2024-04-06T03:12:02.793 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-06T03:12:02.793 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_teuthology@teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928 --name teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/orig.config.yaml 2024-04-06T03:12:02.823 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-06T03:12:02.929 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7641928' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 584a67ccb9eb224c5312dccd96a82e67b0645518 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 5609 sha1: 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 sleep_before_teardown: 0 subset: 32/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_584a67ccb9eb224c5312dccd96a82e67b0645518/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 584a67ccb9eb224c5312dccd96a82e67b0645518 targets: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLIPs2Jj1sxPZrueokiaUWyBBltAbAu4SfYMghLh0ZGHLvJuM7THk5/e5KQwrEem9OCrjDm21nAH7tkUhhDtHe8= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBExAyYWgKTL0NUWGLRvlRU4lrJKrin7kaYeFNUru6X5doumCL8oS0kMLU0445AA9TCgWQ8DafwHEUVr2vKWXYC4= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHc9XtrEvsxKRtcC5ls3FxU0suWE8QBUnM1FalE0sBo6YQfYldfvjC8Dsx2PZf5JvFpGO6EH+Hc+3YF4lNyEiI= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-05_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-06T03:12:02.929 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_584a67ccb9eb224c5312dccd96a82e67b0645518/qa; will attempt to use it 2024-04-06T03:12:02.930 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_584a67ccb9eb224c5312dccd96a82e67b0645518/qa/tasks 2024-04-06T03:12:02.930 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-06T03:12:02.932 INFO:teuthology.task.internal:Checking packages... 2024-04-06T03:12:02.954 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6' 2024-04-06T03:12:02.954 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-06T03:12:02.955 INFO:teuthology.packaging:ref: None 2024-04-06T03:12:02.955 INFO:teuthology.packaging:tag: None 2024-04-06T03:12:02.955 INFO:teuthology.packaging:branch: squid 2024-04-06T03:12:02.955 INFO:teuthology.packaging:sha1: 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:12:02.955 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-06T03:12:03.262 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2041.g584a67cc 2024-04-06T03:12:03.264 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-06T03:12:03.272 INFO:teuthology.task.internal:no buildpackages task found 2024-04-06T03:12:03.272 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-06T03:12:03.317 INFO:teuthology.task.internal:Saving configuration 2024-04-06T03:12:03.330 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-06T03:12:03.335 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-06T03:12:03.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928', '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-06 03:06:45.221270', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLIPs2Jj1sxPZrueokiaUWyBBltAbAu4SfYMghLh0ZGHLvJuM7THk5/e5KQwrEem9OCrjDm21nAH7tkUhhDtHe8='} 2024-04-06T03:12:03.384 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928', '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-06 03:06:45.218578', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBExAyYWgKTL0NUWGLRvlRU4lrJKrin7kaYeFNUru6X5doumCL8oS0kMLU0445AA9TCgWQ8DafwHEUVr2vKWXYC4='} 2024-04-06T03:12:03.406 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928', '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-06 03:06:45.220009', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHc9XtrEvsxKRtcC5ls3FxU0suWE8QBUnM1FalE0sBo6YQfYldfvjC8Dsx2PZf5JvFpGO6EH+Hc+3YF4lNyEiI='} 2024-04-06T03:12:03.406 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-06T03:12:03.412 INFO:teuthology.task.internal:roles: ubuntu@smithi055.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-06T03:12:03.412 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-06T03:12:03.412 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-06T03:12:03.412 INFO:teuthology.run_tasks:Running task console_log... 2024-04-06T03:12:03.543 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f649e019e50>, signals=[15]) 2024-04-06T03:12:03.543 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-06T03:12:03.549 INFO:teuthology.task.internal:Opening connections... 2024-04-06T03:12:03.549 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2024-04-06T03:12:03.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:12:03.658 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-04-06T03:12:03.658 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:12:03.747 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-04-06T03:12:03.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:12:03.837 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-06T03:12:03.843 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2024-04-06T03:12:03.862 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2024-04-06T03:12:03.862 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2024-04-06T03:12:03.919 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="CentOS Stream" 2024-04-06T03:12:03.919 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="9" 2024-04-06T03:12:03.919 INFO:teuthology.orchestra.run.smithi055.stdout:ID="centos" 2024-04-06T03:12:03.919 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE="rhel fedora" 2024-04-06T03:12:03.919 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="9" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:PLATFORM_ID="platform:el9" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:ANSI_COLOR="0;31" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:LOGO="fedora-logo-icon" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://centos.org/" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-06T03:12:03.920 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-06T03:12:03.921 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2024-04-06T03:12:04.045 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-04-06T03:12:04.064 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-04-06T03:12:04.064 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-04-06T03:12:04.124 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="CentOS Stream" 2024-04-06T03:12:04.124 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="9" 2024-04-06T03:12:04.124 INFO:teuthology.orchestra.run.smithi186.stdout:ID="centos" 2024-04-06T03:12:04.124 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="rhel fedora" 2024-04-06T03:12:04.124 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="9" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el9" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:LOGO="fedora-logo-icon" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://centos.org/" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-06T03:12:04.125 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-06T03:12:04.125 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-04-06T03:12:04.157 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-04-06T03:12:04.175 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-04-06T03:12:04.175 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-04-06T03:12:04.232 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2024-04-06T03:12:04.232 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="9" 2024-04-06T03:12:04.232 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="9" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el9" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:LOGO="fedora-logo-icon" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-06T03:12:04.233 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-06T03:12:04.233 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-04-06T03:12:04.282 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-06T03:12:04.291 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-06T03:12:04.318 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-06T03:12:04.318 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2024-04-06T03:12:04.321 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-04-06T03:12:04.323 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-04-06T03:12:04.339 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-06T03:12:04.344 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-06T03:12:04.345 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2024-04-06T03:12:04.378 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-04-06T03:12:04.383 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-04-06T03:12:04.489 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-06T03:12:04.568 INFO:teuthology.run_tasks:Running task kernel... 2024-04-06T03:12:04.583 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-06T03:12:04.583 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-06T03:12:04.584 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-06T03:12:04.584 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-06T03:12:04.585 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-06T03:12:04.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:12:04.601 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-06T03:12:04.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:12:04.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:12:04.603 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2024-04-06T03:12:04.604 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-06T03:12:04.661 INFO:teuthology.orchestra.run.smithi190.stdout:5.14.0-361.el9.x86_64 2024-04-06T03:12:04.661 INFO:teuthology.task.kernel:Running kernel on smithi190: 5.14.0-361.el9.x86_64 2024-04-06T03:12:04.661 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2024-04-06T03:12:04.662 INFO:teuthology.orchestra.run.smithi055.stdout:5.14.0-361.el9.x86_64 2024-04-06T03:12:04.663 INFO:teuthology.orchestra.run.smithi186.stdout:5.14.0-361.el9.x86_64 2024-04-06T03:12:04.663 INFO:teuthology.task.kernel:Running kernel on smithi055: 5.14.0-361.el9.x86_64 2024-04-06T03:12:04.663 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum install -y kernel 2024-04-06T03:12:04.663 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.14.0-361.el9.x86_64 2024-04-06T03:12:04.663 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2024-04-06T03:12:07.129 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - AppStream 9.4 MB/s | 8.1 MB 00:00 2024-04-06T03:12:07.166 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - AppStream 9.9 MB/s | 8.1 MB 00:00 2024-04-06T03:12:07.314 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - AppStream 8.7 MB/s | 8.1 MB 00:00 2024-04-06T03:12:09.191 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.5 MB 00:00 2024-04-06T03:12:09.339 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - BaseOS 4.0 MB/s | 2.5 MB 00:00 2024-04-06T03:12:09.546 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - BaseOS 2.3 MB/s | 2.5 MB 00:01 2024-04-06T03:12:10.595 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-06T03:12:10.621 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - BaseOS 9.9 MB/s | 8.0 MB 00:00 2024-04-06T03:12:12.496 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-06T03:12:15.114 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 1.5 MB/s | 8.0 MB 00:05 2024-04-06T03:12:16.772 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 6.1 MB 00:00 2024-04-06T03:12:18.364 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-04-06T03:12:27.015 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 2.4 MB/s | 21 MB 00:08 2024-04-06T03:12:32.123 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-06T03:12:33.279 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - AppStream 899 kB/s | 19 MB 00:21 2024-04-06T03:12:34.260 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:12:34.260 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:12:34.260 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:12:34.260 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.260 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:12:34.261 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:12:34.262 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.263 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.264 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:12:34.265 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.266 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.267 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.268 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.269 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:12:34.269 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.269 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.269 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.269 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:12:34.672 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-06T03:12:34.672 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-06T03:12:34.777 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:12:34.793 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:12:34.793 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-04-06T03:12:34.793 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:12:34.793 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:12:34.793 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-06T03:12:34.793 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout:Install 4 Packages 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:12:34.794 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 76 M 2024-04-06T03:12:34.795 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 123 M 2024-04-06T03:12:34.795 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:12:35.033 INFO:teuthology.orchestra.run.smithi190.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 630 kB/s | 66 kB 00:00 2024-04-06T03:12:35.383 INFO:teuthology.orchestra.run.smithi190.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 33 MB/s | 15 MB 00:00 2024-04-06T03:12:35.783 INFO:teuthology.orchestra.run.smithi190.stdout:(3/4): kernel-modules-core-5.14.0-432.el9.x86_6 37 MB/s | 27 MB 00:00 2024-04-06T03:12:36.075 INFO:teuthology.orchestra.run.smithi190.stdout:(4/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 29 MB/s | 33 MB 00:01 2024-04-06T03:12:36.076 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:12:36.076 INFO:teuthology.orchestra.run.smithi190.stdout:Total 59 MB/s | 76 MB 00:01 2024-04-06T03:12:36.744 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:12:37.091 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:12:37.092 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:12:38.082 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:12:38.083 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:12:40.551 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:12:41.190 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-06T03:12:41.267 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:12:43.997 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:12:44.128 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:12:44.921 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - CRB 789 kB/s | 6.1 MB 00:07 2024-04-06T03:12:46.389 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-04-06T03:12:48.462 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-06T03:12:48.820 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:12:48.953 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:12:48.970 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 590 kB/s | 19 MB 00:32 2024-04-06T03:12:53.021 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.1 MB 00:00 2024-04-06T03:12:53.663 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:12:53.699 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-06T03:12:54.447 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-04-06T03:12:55.921 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:12:55.921 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:12:55.921 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:12:55.921 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:12:55.922 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:12:55.923 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:12:55.924 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:12:55.925 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:12:55.926 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.927 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.928 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.929 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:12:55.930 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.930 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.930 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:12:55.930 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:12:56.340 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-06T03:12:56.340 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-06T03:12:56.452 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-06T03:12:56.461 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:12:56.462 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:12:56.462 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:12:56.462 INFO:teuthology.orchestra.run.smithi055.stdout:Install 4 Packages 2024-04-06T03:12:56.462 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:12:56.462 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 76 M 2024-04-06T03:12:56.462 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 123 M 2024-04-06T03:12:56.462 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:12:56.884 INFO:teuthology.orchestra.run.smithi055.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 194 kB/s | 66 kB 00:00 2024-04-06T03:12:57.157 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 21 MB 00:02 2024-04-06T03:13:02.165 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-06T03:13:04.287 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:13:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:13:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:13:04.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.296 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:13:04.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:13:04.714 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-06T03:13:04.714 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-06T03:13:04.817 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:13:04.825 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:13:04.826 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:13:04.826 INFO:teuthology.orchestra.run.smithi186.stdout:Install 4 Packages 2024-04-06T03:13:04.826 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:13:04.826 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 76 M 2024-04-06T03:13:04.827 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 123 M 2024-04-06T03:13:04.827 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:13:05.775 INFO:teuthology.orchestra.run.smithi186.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 98 kB/s | 66 kB 00:00 2024-04-06T03:13:09.950 INFO:teuthology.orchestra.run.smithi055.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 1.1 MB/s | 15 MB 00:13 2024-04-06T03:13:10.684 INFO:teuthology.orchestra.run.smithi055.stdout:(3/4): kernel-modules-core-5.14.0-432.el9.x86_6 2.0 MB/s | 27 MB 00:13 2024-04-06T03:13:15.601 INFO:teuthology.orchestra.run.smithi055.stdout:(4/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 1.8 MB/s | 33 MB 00:19 2024-04-06T03:13:15.601 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:13:15.601 INFO:teuthology.orchestra.run.smithi055.stdout:Total 4.0 MB/s | 76 MB 00:19 2024-04-06T03:13:16.297 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:13:16.731 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:13:16.732 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:13:17.781 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:13:17.782 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:13:20.361 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:13:20.991 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-06T03:13:21.152 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:13:22.890 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:13:22.890 INFO:teuthology.orchestra.run.smithi190.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-06T03:13:22.890 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:13:22.934 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:13:23.313 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:13:23.313 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-06T03:13:23.313 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:13:23.313 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:13:23.557 INFO:teuthology.orchestra.run.smithi186.stdout:(2/4): kernel-modules-core-5.14.0-432.el9.x86_6 1.5 MB/s | 27 MB 00:17 2024-04-06T03:13:23.776 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:13:23.777 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:13:24.044 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:13:24.122 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-04-06T03:13:24.180 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:13:24.220 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-06T03:13:24.220 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-06T03:13:24.220 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-06T03:13:24.221 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-06T03:13:24.221 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-06T03:13:24.221 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-06T03:13:24.221 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-04-06T03:13:24.221 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-04-06T03:13:24.300 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-06T03:13:24.300 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-06T03:13:24.300 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.06 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 68.el9 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Group : Unspecified 2024-04-06T03:13:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 8264254 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : builder@centos.org 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-06T03:13:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2024-04-06T03:13:24.340 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:13:24.340 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2024-04-06T03:13:24.340 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-06T03:13:24.341 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 5.14.0-432.el9.x86_64 2024-04-06T03:13:24.341 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-06T03:13:24.690 INFO:teuthology.orchestra.run.smithi186.stdout:(3/4): kernel-core-5.14.0-432.el9.x86_64.rpm 780 kB/s | 15 MB 00:19 2024-04-06T03:13:24.950 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-04-06T03:13:26.338 INFO:teuthology.orchestra.run.smithi190.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-06T03:13:26.372 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-04-06T03:13:26.375 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-04-06T03:13:26.390 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.62x5WG7sHB 2024-04-06T03:13:26.390 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.62x5WG7sHB 2024-04-06T03:13:26.459 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.62x5WG7sHB 2024-04-06T03:13:26.602 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.62x5WG7sHB is 6KB 2024-04-06T03:13:26.621 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.62x5WG7sHB 2024-04-06T03:13:26.634 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2024-04-06T03:13:26.699 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-06T03:13:26.699 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-06T03:13:26.700 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-06T03:13:26.700 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-06T03:13:26.701 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-06T03:13:26.851 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-04-06T03:13:29.246 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:13:29.289 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:13:34.389 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:13:49.063 INFO:teuthology.orchestra.run.smithi186.stdout:(4/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 780 kB/s | 33 MB 00:43 2024-04-06T03:13:49.064 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:13:49.064 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.7 MB/s | 76 MB 00:44 2024-04-06T03:13:49.731 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:13:50.131 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:13:50.131 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:13:51.148 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:13:51.149 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:13:53.618 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:13:54.239 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-06T03:13:54.329 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:13:56.853 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-06T03:13:56.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-06T03:13:56.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:13:57.099 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:13:57.232 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:14:01.942 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:14:02.057 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:05.151 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:05.151 INFO:teuthology.orchestra.run.smithi055.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-06T03:14:05.151 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:14:05.197 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:05.603 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:05.603 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-06T03:14:05.603 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:14:05.603 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:14:06.070 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:14:06.399 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2024-04-06T03:14:06.495 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-06T03:14:06.496 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-06T03:14:06.496 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-06T03:14:06.496 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-06T03:14:06.496 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-06T03:14:06.496 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-06T03:14:06.496 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi055.front.sepia.ceph.com, path=None, version=distro) 2024-04-06T03:14:06.496 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2024-04-06T03:14:06.578 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-06T03:14:06.579 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-06T03:14:06.579 DEBUG:teuthology.orchestra.run.smithi055:> sudo rpm -qi grub2-tools 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Name : grub2-tools 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Epoch : 1 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Version : 2.06 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Release : 68.el9 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Architecture: x86_64 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Group : Unspecified 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Size : 8264254 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:License : GPLv3+ 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-06T03:14:06.617 INFO:teuthology.orchestra.run.smithi055.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:Packager : builder@centos.org 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:Vendor : CentOS 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:Summary : Support tools for GRUB. 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:Description : 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:hardware devices. 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:14:06.618 INFO:teuthology.orchestra.run.smithi055.stdout:This subpackage provides tools for support of all platforms. 2024-04-06T03:14:06.619 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-06T03:14:06.619 INFO:teuthology.task.kernel:Updating grub on smithi055 to boot 5.14.0-432.el9.x86_64 2024-04-06T03:14:06.619 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-06T03:14:06.771 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:07.203 INFO:teuthology.orchestra.run.smithi055.stderr:Generating grub configuration file ... 2024-04-06T03:14:08.594 INFO:teuthology.orchestra.run.smithi055.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-06T03:14:08.640 INFO:teuthology.orchestra.run.smithi055.stderr:done 2024-04-06T03:14:08.642 DEBUG:teuthology.orchestra.run.smithi055:> mktemp 2024-04-06T03:14:08.658 INFO:teuthology.orchestra.run.smithi055.stdout:/tmp/tmp.l7UDKKECMz 2024-04-06T03:14:08.658 DEBUG:teuthology.orchestra.run.smithi055:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.l7UDKKECMz 2024-04-06T03:14:08.729 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0666 /tmp/tmp.l7UDKKECMz 2024-04-06T03:14:08.872 DEBUG:teuthology.orchestra.remote:smithi055:/tmp/tmp.l7UDKKECMz is 6KB 2024-04-06T03:14:08.920 DEBUG:teuthology.orchestra.run.smithi055:> rm -fr /tmp/tmp.l7UDKKECMz 2024-04-06T03:14:08.935 DEBUG:teuthology.orchestra.run.smithi055:> sudo /bin/ls /boot/loader/entries || true 2024-04-06T03:14:09.003 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-06T03:14:09.003 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-06T03:14:09.003 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-06T03:14:09.004 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-06T03:14:09.005 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-06T03:14:09.172 DEBUG:teuthology.orchestra.run.smithi055:> sudo shutdown -r now 2024-04-06T03:14:15.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-06T03:14:24.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-06T03:14:24.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:14:27.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-06T03:14:36.138 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:36.138 INFO:teuthology.orchestra.run.smithi186.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-06T03:14:36.138 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:14:36.181 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:36.574 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:36.574 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-06T03:14:36.574 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:14:36.574 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:14:37.006 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:14:37.330 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-04-06T03:14:37.442 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-06T03:14:37.442 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-06T03:14:37.443 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-06T03:14:37.443 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-06T03:14:37.443 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-06T03:14:37.443 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-06T03:14:37.443 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2024-04-06T03:14:37.443 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-04-06T03:14:37.523 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-06T03:14:37.523 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-06T03:14:37.523 DEBUG:teuthology.orchestra.run.smithi186:> sudo rpm -qi grub2-tools 2024-04-06T03:14:37.564 INFO:teuthology.orchestra.run.smithi186.stdout:Name : grub2-tools 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Epoch : 1 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Version : 2.06 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Release : 68.el9 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: x86_64 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Group : Unspecified 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Size : 8264254 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:License : GPLv3+ 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Packager : builder@centos.org 2024-04-06T03:14:37.565 INFO:teuthology.orchestra.run.smithi186.stdout:Vendor : CentOS 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:Summary : Support tools for GRUB. 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:Description : 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:hardware devices. 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:14:37.566 INFO:teuthology.orchestra.run.smithi186.stdout:This subpackage provides tools for support of all platforms. 2024-04-06T03:14:37.567 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-06T03:14:37.567 INFO:teuthology.task.kernel:Updating grub on smithi186 to boot 5.14.0-432.el9.x86_64 2024-04-06T03:14:37.567 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-06T03:14:38.208 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2024-04-06T03:14:39.175 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-06T03:14:39.175 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-06T03:14:39.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:14:39.263 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-06T03:14:39.263 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:14:39.633 INFO:teuthology.orchestra.run.smithi186.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-06T03:14:39.655 INFO:teuthology.orchestra.run.smithi186.stderr:done 2024-04-06T03:14:39.657 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2024-04-06T03:14:39.714 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.p7QZWe1rg5 2024-04-06T03:14:39.714 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.p7QZWe1rg5 2024-04-06T03:14:39.793 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.p7QZWe1rg5 2024-04-06T03:14:39.933 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.p7QZWe1rg5 is 6KB 2024-04-06T03:14:39.983 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.p7QZWe1rg5 2024-04-06T03:14:39.997 DEBUG:teuthology.orchestra.run.smithi186:> sudo /bin/ls /boot/loader/entries || true 2024-04-06T03:14:40.061 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-06T03:14:40.061 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-06T03:14:40.061 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-06T03:14:40.061 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-06T03:14:40.063 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-06T03:14:40.205 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2024-04-06T03:14:57.694 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2024-04-06T03:14:57.695 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-06T03:15:06.702 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-06T03:15:06.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:15:10.210 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-06T03:15:10.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-06T03:15:10.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:15:12.698 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-06T03:15:12.699 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:15:13.084 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-06T03:15:13.507 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-06T03:15:13.508 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-432.el9.x86_64"... 2024-04-06T03:15:13.508 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-06T03:15:13.521 INFO:teuthology.orchestra.run.smithi190.stdout:5.14.0-432.el9.x86_64 2024-04-06T03:15:13.522 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-06T03:15:13.522 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-06T03:15:13.522 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-06T03:15:14.523 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-06T03:15:14.523 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-06T03:15:14.661 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-04-06T03:15:14.693 DEBUG:teuthology.parallel:result is None 2024-04-06T03:15:28.674 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-04-06T03:15:37.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-06T03:15:37.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:15:40.734 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-04-06T03:15:52.735 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-06T03:15:52.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:16:06.706 DEBUG:teuthology.orchestra.remote:timed out 2024-04-06T03:16:11.166 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-04-06T03:16:18.707 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-06T03:16:18.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:16:19.004 DEBUG:teuthology.orchestra.run.smithi055:> true 2024-04-06T03:16:19.388 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-06T03:16:19.388 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-432.el9.x86_64"... 2024-04-06T03:16:19.388 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2024-04-06T03:16:19.403 INFO:teuthology.orchestra.run.smithi055.stdout:5.14.0-432.el9.x86_64 2024-04-06T03:16:19.403 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-06T03:16:19.403 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-06T03:16:19.403 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-06T03:16:20.404 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-06T03:16:20.404 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-06T03:16:20.483 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2024-04-06T03:16:20.523 DEBUG:teuthology.parallel:result is None 2024-04-06T03:16:26.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-06T03:16:26.167 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:16:26.766 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-04-06T03:16:27.230 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-06T03:16:27.230 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-432.el9.x86_64"... 2024-04-06T03:16:27.231 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-06T03:16:27.245 INFO:teuthology.orchestra.run.smithi186.stdout:5.14.0-432.el9.x86_64 2024-04-06T03:16:27.245 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-06T03:16:27.245 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-06T03:16:27.245 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-06T03:16:28.246 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-06T03:16:28.246 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-06T03:16:28.334 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-04-06T03:16:28.369 DEBUG:teuthology.parallel:result is None 2024-04-06T03:16:28.369 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-06T03:16:28.376 INFO:teuthology.task.internal:Creating test directory... 2024-04-06T03:16:28.376 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-06T03:16:28.379 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-06T03:16:28.381 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-06T03:16:28.399 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-06T03:16:28.415 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-06T03:16:28.448 INFO:teuthology.task.internal:Creating archive directory... 2024-04-06T03:16:28.448 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-06T03:16:28.451 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-06T03:16:28.453 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-06T03:16:28.539 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-06T03:16:28.546 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-06T03:16:28.546 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:16:28.549 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:16:28.551 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:16:28.578 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-06T03:16:28.583 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-06T03:16:28.588 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-06T03:16:28.591 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-06T03:16:28.598 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-06T03:16:28.602 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-06T03:16:28.604 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-06T03:16:28.611 INFO:teuthology.task.internal:Configuring sudo... 2024-04-06T03:16:28.611 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-06T03:16:28.641 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-06T03:16:28.644 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-06T03:16:28.674 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-06T03:16:28.686 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-06T03:16:28.687 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-06T03:16:28.710 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-06T03:16:28.713 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-06T03:16:28.731 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-06T03:16:28.811 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-06T03:16:28.862 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-06T03:16:28.945 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-06T03:16:28.989 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:16:28.989 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-06T03:16:29.058 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-06T03:16:29.100 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-06T03:16:29.145 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-06T03:16:29.224 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-06T03:16:29.268 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:16:29.268 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-06T03:16:29.336 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-06T03:16:29.381 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-06T03:16:29.438 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-06T03:16:29.523 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-06T03:16:29.567 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:16:29.567 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-06T03:16:29.636 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2024-04-06T03:16:29.640 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-04-06T03:16:29.642 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-04-06T03:16:29.687 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-06T03:16:29.696 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-06T03:16:29.735 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-06T03:16:30.064 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-06T03:16:30.072 INFO:teuthology.task.internal:Starting timer... 2024-04-06T03:16:30.072 INFO:teuthology.run_tasks:Running task pcp... 2024-04-06T03:16:30.109 INFO:teuthology.run_tasks:Running task selinux... 2024-04-06T03:16:30.142 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-06T03:16:30.143 DEBUG:teuthology.orchestra.run.smithi055:> sudo service auditd rotate 2024-04-06T03:16:30.214 INFO:teuthology.orchestra.run.smithi055.stdout:Rotating logs: 2024-04-06T03:16:30.216 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2024-04-06T03:16:30.271 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2024-04-06T03:16:30.273 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2024-04-06T03:16:30.327 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2024-04-06T03:16:30.328 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-06T03:16:30.329 DEBUG:teuthology.orchestra.run.smithi055:> /usr/sbin/getenforce 2024-04-06T03:16:30.350 INFO:teuthology.orchestra.run.smithi055.stdout:Permissive 2024-04-06T03:16:30.350 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2024-04-06T03:16:30.373 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2024-04-06T03:16:30.373 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2024-04-06T03:16:30.395 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2024-04-06T03:16:30.396 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi055.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2024-04-06T03:16:30.396 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:16:30.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:16:30.425 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:16:30.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:16:30.452 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:16:30.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:16:30.480 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-06T03:16:30.480 DEBUG:teuthology.orchestra.run.smithi055:> sudo /usr/sbin/setenforce permissive 2024-04-06T03:16:30.510 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2024-04-06T03:16:30.559 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2024-04-06T03:16:30.589 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-06T03:16:30.599 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-06T03:16:30.621 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-06T03:16:30.623 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi186.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-06T03:21:12.163 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi055.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2024-04-06T03:21:12.165 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-06T03:21:12.166 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:21:12.276 DEBUG:teuthology.orchestra.run.smithi055:> true 2024-04-06T03:21:12.359 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-06T03:21:12.359 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-06T03:21:12.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:21:12.447 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-04-06T03:21:12.529 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-06T03:21:12.529 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-06T03:21:12.530 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:21:12.619 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-06T03:21:12.709 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-06T03:21:12.710 INFO:teuthology.run_tasks:Running task clock... 2024-04-06T03:21:12.723 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-06T03:21:12.723 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-06T03:21:12.724 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:21:12.726 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-06T03:21:12.726 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:21:12.729 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-06T03:21:12.729 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:21:12.757 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-06T03:21:12.759 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-06T03:21:12.774 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-06T03:21:12.777 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-06T03:21:12.780 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-06T03:21:12.797 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-06T03:21:12.803 INFO:teuthology.orchestra.run.smithi186.stderr:sudo: ntpd: command not found 2024-04-06T03:21:12.808 INFO:teuthology.orchestra.run.smithi055.stderr:sudo: ntpd: command not found 2024-04-06T03:21:12.817 INFO:teuthology.orchestra.run.smithi186.stdout:506 Cannot talk to daemon 2024-04-06T03:21:12.823 INFO:teuthology.orchestra.run.smithi055.stdout:506 Cannot talk to daemon 2024-04-06T03:21:12.826 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2024-04-06T03:21:12.833 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-06T03:21:12.840 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2024-04-06T03:21:12.840 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-06T03:21:12.849 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-06T03:21:12.856 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-06T03:21:12.857 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-06T03:21:12.873 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-06T03:21:12.902 INFO:teuthology.orchestra.run.smithi186.stderr:bash: line 1: ntpq: command not found 2024-04-06T03:21:12.904 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-06T03:21:12.905 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-04-06T03:21:12.905 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.905 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.905 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.905 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.908 INFO:teuthology.orchestra.run.smithi055.stderr:bash: line 1: ntpq: command not found 2024-04-06T03:21:12.911 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-06T03:21:12.911 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2024-04-06T03:21:12.911 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.911 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.911 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.912 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.930 INFO:teuthology.orchestra.run.smithi190.stderr:bash: line 1: ntpq: command not found 2024-04-06T03:21:12.933 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-06T03:21:12.933 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-04-06T03:21:12.934 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.934 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.934 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.934 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:21:12.935 INFO:teuthology.run_tasks:Running task install... 2024-04-06T03:21:12.943 DEBUG:teuthology.task.install:project ceph 2024-04-06T03:21:12.943 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6'}} 2024-04-06T03:21:12.943 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6'} 2024-04-06T03:21:12.943 INFO:teuthology.task.install:Using flavor: default 2024-04-06T03:21:12.949 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-06T03:21:12.949 INFO:teuthology.task.install:extra packages: [] 2024-04-06T03:21:12.950 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': '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6', 'tag': None, 'wait_for_package': False} 2024-04-06T03:21:12.950 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:21:12.952 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': '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6', 'tag': None, 'wait_for_package': False} 2024-04-06T03:21:12.953 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:21:12.954 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': '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6', 'tag': None, 'wait_for_package': False} 2024-04-06T03:21:12.954 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:21:13.102 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/ 2024-04-06T03:21:13.102 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2027.g9f192350 2024-04-06T03:21:13.169 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/ 2024-04-06T03:21:13.170 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2027.g9f192350 2024-04-06T03:21:13.174 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/ 2024-04-06T03:21:13.174 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2027.g9f192350 2024-04-06T03:21:13.273 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-06T03:21:13.273 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:21:13.273 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-06T03:21:13.279 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-06T03:21:13.279 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:21:13.279 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-06T03:21:13.302 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-06T03:21:13.302 DEBUG:teuthology.orchestra.run.smithi186:> 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/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-06T03:21:13.308 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-06T03:21:13.308 DEBUG:teuthology.orchestra.run.smithi055:> 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/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-06T03:21:13.345 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-06T03:21:13.345 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:21:13.345 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-06T03:21:13.370 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:21:13.374 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-06T03:21:13.374 DEBUG:teuthology.orchestra.run.smithi190:> 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/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-06T03:21:13.377 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:21:13.449 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:21:13.450 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:21:13.457 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:21:13.517 INFO:teuthology.orchestra.run.smithi186.stdout:check_obsoletes = 1 2024-04-06T03:21:13.519 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum clean all 2024-04-06T03:21:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:check_obsoletes = 1 2024-04-06T03:21:13.525 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum clean all 2024-04-06T03:21:13.529 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:21:13.596 INFO:teuthology.orchestra.run.smithi190.stdout:check_obsoletes = 1 2024-04-06T03:21:13.597 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum clean all 2024-04-06T03:21:13.759 INFO:teuthology.orchestra.run.smithi186.stdout:74 files removed 2024-04-06T03:21:13.779 INFO:teuthology.orchestra.run.smithi055.stdout:74 files removed 2024-04-06T03:21:13.786 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-radosgw 2024-04-06T03:21:13.805 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-radosgw 2024-04-06T03:21:13.840 INFO:teuthology.orchestra.run.smithi190.stdout:74 files removed 2024-04-06T03:21:13.867 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-radosgw 2024-04-06T03:21:14.516 INFO:teuthology.orchestra.run.smithi190.stdout:ceph packages for x86_64 239 kB/s | 83 kB 00:00 2024-04-06T03:21:14.534 INFO:teuthology.orchestra.run.smithi055.stdout:ceph packages for x86_64 196 kB/s | 83 kB 00:00 2024-04-06T03:21:14.593 INFO:teuthology.orchestra.run.smithi186.stdout:ceph packages for x86_64 164 kB/s | 83 kB 00:00 2024-04-06T03:21:14.968 INFO:teuthology.orchestra.run.smithi055.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-06T03:21:14.984 INFO:teuthology.orchestra.run.smithi186.stdout:ceph noarch packages 34 kB/s | 11 kB 00:00 2024-04-06T03:21:15.008 INFO:teuthology.orchestra.run.smithi190.stdout:ceph noarch packages 26 kB/s | 11 kB 00:00 2024-04-06T03:21:15.334 INFO:teuthology.orchestra.run.smithi186.stdout:ceph source packages 6.1 kB/s | 1.9 kB 00:00 2024-04-06T03:21:15.343 INFO:teuthology.orchestra.run.smithi055.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-04-06T03:21:15.386 INFO:teuthology.orchestra.run.smithi190.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-04-06T03:21:15.812 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - AppStream 18 MB/s | 8.1 MB 00:00 2024-04-06T03:21:15.821 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - AppStream 19 MB/s | 8.1 MB 00:00 2024-04-06T03:21:16.395 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - AppStream 8.3 MB/s | 8.1 MB 00:00 2024-04-06T03:21:17.454 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - BaseOS 8.0 MB/s | 2.5 MB 00:00 2024-04-06T03:21:17.505 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - BaseOS 8.3 MB/s | 2.5 MB 00:00 2024-04-06T03:21:18.003 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - BaseOS 8.6 MB/s | 2.5 MB 00:00 2024-04-06T03:21:18.637 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-06T03:21:18.720 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 9.9 MB/s | 8.0 MB 00:00 2024-04-06T03:21:20.218 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-04-06T03:21:20.455 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-06T03:21:20.671 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-06T03:21:24.706 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.1 MB 00:00 2024-04-06T03:21:25.353 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - AppStream 4.6 MB/s | 19 MB 00:04 2024-04-06T03:21:26.866 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 16 kB 00:00 2024-04-06T03:21:29.487 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - CRB 9.9 MB/s | 6.1 MB 00:00 2024-04-06T03:21:31.788 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-06T03:21:32.048 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - CRB 798 kB/s | 6.1 MB 00:07 2024-04-06T03:21:32.598 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 31 MB/s | 21 MB 00:00 2024-04-06T03:21:33.724 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-06T03:21:34.534 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 31 MB/s | 21 MB 00:00 2024-04-06T03:21:37.598 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-06T03:21:39.834 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-04-06T03:21:40.036 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:21:40.036 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:21:40.036 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:21:40.037 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.038 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:21:40.039 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.040 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.041 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.042 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.043 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.044 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.045 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:21:40.046 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.046 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.046 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.046 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:21:40.573 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:21:40.576 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:21:40.576 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:21:40.576 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:21:40.576 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-radosgw x86_64 2:19.0.0-2027.g9f192350.el9 ceph 9.8 M 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrading: 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: librados2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.4 M 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: librbd1 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.1 M 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base x86_64 2:19.0.0-2027.g9f192350.el9 ceph 5.3 M 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-common x86_64 2:19.0.0-2027.g9f192350.el9 ceph 21 M 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-selinux x86_64 2:19.0.0-2027.g9f192350.el9 ceph 25 k 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-06T03:21:40.577 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 745 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: libradosstriper1 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 501 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: librgw2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 5.1 M 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 45 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common x86_64 2:19.0.0-2027.g9f192350.el9 ceph 131 k 2024-04-06T03:21:40.578 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cephfs x86_64 2:19.0.0-2027.g9f192350.el9 ceph 162 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rados x86_64 2:19.0.0-2027.g9f192350.el9 ceph 320 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rbd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 298 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rgw x86_64 2:19.0.0-2027.g9f192350.el9 ceph 99 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout:Installing weak dependencies: 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:21:40.579 INFO:teuthology.orchestra.run.smithi190.stdout:Install 30 Packages 2024-04-06T03:21:40.580 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrade 2 Packages 2024-04-06T03:21:40.580 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:21:40.580 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 59 M 2024-04-06T03:21:40.580 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:21:41.898 INFO:teuthology.orchestra.run.smithi190.stdout:(1/32): ceph-base-19.0.0-2027.g9f192350.el9.x86 5.8 MB/s | 5.3 MB 00:00 2024-04-06T03:21:41.973 INFO:teuthology.orchestra.run.smithi190.stdout:(2/32): ceph-selinux-19.0.0-2027.g9f192350.el9. 337 kB/s | 25 kB 00:00 2024-04-06T03:21:42.132 INFO:teuthology.orchestra.run.smithi190.stdout:(3/32): libcephfs2-19.0.0-2027.g9f192350.el9.x8 4.6 MB/s | 745 kB 00:00 2024-04-06T03:21:42.232 INFO:teuthology.orchestra.run.smithi190.stdout:(4/32): libradosstriper1-19.0.0-2027.g9f192350. 4.9 MB/s | 501 kB 00:00 2024-04-06T03:21:42.341 INFO:teuthology.orchestra.run.smithi190.stdout:(5/32): ceph-radosgw-19.0.0-2027.g9f192350.el9. 7.2 MB/s | 9.8 MB 00:01 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:21:42.363 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.364 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.365 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:21:42.366 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.366 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:21:42.366 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.366 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:21:42.366 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.366 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:21:42.366 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:21:42.367 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:21:42.368 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.369 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.370 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.371 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.372 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.372 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:21:42.372 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.372 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.372 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.372 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:21:42.425 INFO:teuthology.orchestra.run.smithi190.stdout:(6/32): python3-ceph-argparse-19.0.0-2027.g9f19 542 kB/s | 45 kB 00:00 2024-04-06T03:21:42.525 INFO:teuthology.orchestra.run.smithi190.stdout:(7/32): python3-ceph-common-19.0.0-2027.g9f1923 1.3 MB/s | 131 kB 00:00 2024-04-06T03:21:42.625 INFO:teuthology.orchestra.run.smithi190.stdout:(8/32): python3-cephfs-19.0.0-2027.g9f192350.el 1.6 MB/s | 162 kB 00:00 2024-04-06T03:21:42.775 INFO:teuthology.orchestra.run.smithi190.stdout:(9/32): librgw2-19.0.0-2027.g9f192350.el9.x86_6 9.5 MB/s | 5.1 MB 00:00 2024-04-06T03:21:42.800 INFO:teuthology.orchestra.run.smithi190.stdout:(10/32): python3-rados-19.0.0-2027.g9f192350.el 1.8 MB/s | 320 kB 00:00 2024-04-06T03:21:42.867 INFO:teuthology.orchestra.run.smithi190.stdout:(11/32): python3-rbd-19.0.0-2027.g9f192350.el9. 3.2 MB/s | 298 kB 00:00 2024-04-06T03:21:42.893 INFO:teuthology.orchestra.run.smithi190.stdout:(12/32): python3-rgw-19.0.0-2027.g9f192350.el9. 1.1 MB/s | 99 kB 00:00 2024-04-06T03:21:42.946 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:21:42.949 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw x86_64 2:19.0.0-2027.g9f192350.el9 ceph 9.8 M 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrading: 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: librados2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.4 M 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.1 M 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base x86_64 2:19.0.0-2027.g9f192350.el9 ceph 5.3 M 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common x86_64 2:19.0.0-2027.g9f192350.el9 ceph 21 M 2024-04-06T03:21:42.950 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux x86_64 2:19.0.0-2027.g9f192350.el9 ceph 25 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 745 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 501 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 5.1 M 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 45 k 2024-04-06T03:21:42.951 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common x86_64 2:19.0.0-2027.g9f192350.el9 ceph 131 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs x86_64 2:19.0.0-2027.g9f192350.el9 ceph 162 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados x86_64 2:19.0.0-2027.g9f192350.el9 ceph 320 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 298 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw x86_64 2:19.0.0-2027.g9f192350.el9 ceph 99 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout:Installing weak dependencies: 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:21:42.952 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:21:42.953 INFO:teuthology.orchestra.run.smithi055.stdout:Install 30 Packages 2024-04-06T03:21:42.953 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrade 2 Packages 2024-04-06T03:21:42.953 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:21:42.953 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 59 M 2024-04-06T03:21:42.953 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:21:43.110 INFO:teuthology.orchestra.run.smithi190.stdout:(13/32): ceph-common-19.0.0-2027.g9f192350.el9. 9.7 MB/s | 21 MB 00:02 2024-04-06T03:21:43.218 INFO:teuthology.orchestra.run.smithi190.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 305 kB/s | 107 kB 00:00 2024-04-06T03:21:43.244 INFO:teuthology.orchestra.run.smithi190.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 339 kB/s | 45 kB 00:00 2024-04-06T03:21:43.269 INFO:teuthology.orchestra.run.smithi190.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 426 kB/s | 160 kB 00:00 2024-04-06T03:21:43.319 INFO:teuthology.orchestra.run.smithi190.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 844 kB/s | 42 kB 00:00 2024-04-06T03:21:43.386 INFO:teuthology.orchestra.run.smithi190.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-04-06T03:21:43.403 INFO:teuthology.orchestra.run.smithi190.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-04-06T03:21:43.437 INFO:teuthology.orchestra.run.smithi190.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.0 MB/s | 662 kB 00:00 2024-04-06T03:21:43.462 INFO:teuthology.orchestra.run.smithi190.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 476 kB/s | 36 kB 00:00 2024-04-06T03:21:43.487 INFO:teuthology.orchestra.run.smithi190.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 567 kB/s | 47 kB 00:00 2024-04-06T03:21:43.546 INFO:teuthology.orchestra.run.smithi190.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 447 kB/s | 26 kB 00:00 2024-04-06T03:21:43.579 INFO:teuthology.orchestra.run.smithi190.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.1 MB/s | 309 kB 00:00 2024-04-06T03:21:43.605 INFO:teuthology.orchestra.run.smithi190.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 830 kB/s | 49 kB 00:00 2024-04-06T03:21:43.630 INFO:teuthology.orchestra.run.smithi190.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-06T03:21:43.672 INFO:teuthology.orchestra.run.smithi190.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-04-06T03:21:43.722 INFO:teuthology.orchestra.run.smithi190.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 838 kB 00:00 2024-04-06T03:21:43.789 INFO:teuthology.orchestra.run.smithi190.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2024-04-06T03:21:43.831 INFO:teuthology.orchestra.run.smithi190.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-04-06T03:21:44.381 INFO:teuthology.orchestra.run.smithi190.stdout:(31/32): librados2-19.0.0-2027.g9f192350.el9.x8 5.1 MB/s | 3.4 MB 00:00 2024-04-06T03:21:44.444 INFO:teuthology.orchestra.run.smithi055.stdout:(1/32): ceph-base-19.0.0-2027.g9f192350.el9.x86 4.1 MB/s | 5.3 MB 00:01 2024-04-06T03:21:44.519 INFO:teuthology.orchestra.run.smithi055.stdout:(2/32): ceph-selinux-19.0.0-2027.g9f192350.el9. 336 kB/s | 25 kB 00:00 2024-04-06T03:21:44.548 INFO:teuthology.orchestra.run.smithi190.stdout:(32/32): librbd1-19.0.0-2027.g9f192350.el9.x86_ 4.1 MB/s | 3.1 MB 00:00 2024-04-06T03:21:44.550 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:21:44.550 INFO:teuthology.orchestra.run.smithi190.stdout:Total 15 MB/s | 59 MB 00:03 2024-04-06T03:21:44.555 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 1.2 MB/s | 21 MB 00:17 2024-04-06T03:21:44.652 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:21:44.653 INFO:teuthology.orchestra.run.smithi055.stdout:(3/32): libcephfs2-19.0.0-2027.g9f192350.el9.x8 5.5 MB/s | 745 kB 00:00 2024-04-06T03:21:44.687 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:21:44.687 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:21:44.762 INFO:teuthology.orchestra.run.smithi055.stdout:(4/32): ceph-radosgw-19.0.0-2027.g9f192350.el9. 6.1 MB/s | 9.8 MB 00:01 2024-04-06T03:21:44.787 INFO:teuthology.orchestra.run.smithi055.stdout:(5/32): libradosstriper1-19.0.0-2027.g9f192350. 3.7 MB/s | 501 kB 00:00 2024-04-06T03:21:44.854 INFO:teuthology.orchestra.run.smithi055.stdout:(6/32): python3-ceph-argparse-19.0.0-2027.g9f19 676 kB/s | 45 kB 00:00 2024-04-06T03:21:44.938 INFO:teuthology.orchestra.run.smithi055.stdout:(7/32): python3-ceph-common-19.0.0-2027.g9f1923 1.5 MB/s | 131 kB 00:00 2024-04-06T03:21:45.021 INFO:teuthology.orchestra.run.smithi055.stdout:(8/32): python3-cephfs-19.0.0-2027.g9f192350.el 1.9 MB/s | 162 kB 00:00 2024-04-06T03:21:45.113 INFO:teuthology.orchestra.run.smithi055.stdout:(9/32): python3-rados-19.0.0-2027.g9f192350.el9 3.4 MB/s | 320 kB 00:00 2024-04-06T03:21:45.171 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:21:45.171 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:21:45.222 INFO:teuthology.orchestra.run.smithi055.stdout:(10/32): python3-rbd-19.0.0-2027.g9f192350.el9. 2.7 MB/s | 298 kB 00:00 2024-04-06T03:21:45.322 INFO:teuthology.orchestra.run.smithi055.stdout:(11/32): python3-rgw-19.0.0-2027.g9f192350.el9. 991 kB/s | 99 kB 00:00 2024-04-06T03:21:45.423 INFO:teuthology.orchestra.run.smithi055.stdout:(12/32): librgw2-19.0.0-2027.g9f192350.el9.x86_ 7.8 MB/s | 5.1 MB 00:00 2024-04-06T03:21:45.464 INFO:teuthology.orchestra.run.smithi055.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 753 kB/s | 107 kB 00:00 2024-04-06T03:21:45.515 INFO:teuthology.orchestra.run.smithi055.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2024-04-06T03:21:45.540 INFO:teuthology.orchestra.run.smithi055.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 600 kB/s | 45 kB 00:00 2024-04-06T03:21:45.640 INFO:teuthology.orchestra.run.smithi055.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-04-06T03:21:45.666 INFO:teuthology.orchestra.run.smithi055.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-04-06T03:21:45.718 INFO:teuthology.orchestra.run.smithi055.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 561 kB/s | 42 kB 00:00 2024-04-06T03:21:45.750 INFO:teuthology.orchestra.run.smithi055.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-04-06T03:21:45.775 INFO:teuthology.orchestra.run.smithi055.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 611 kB/s | 36 kB 00:00 2024-04-06T03:21:45.817 INFO:teuthology.orchestra.run.smithi055.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 708 kB/s | 47 kB 00:00 2024-04-06T03:21:46.217 INFO:teuthology.orchestra.run.smithi055.stdout:(22/32): ceph-common-19.0.0-2027.g9f192350.el9. 6.7 MB/s | 21 MB 00:03 2024-04-06T03:21:46.426 INFO:teuthology.orchestra.run.smithi055.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 126 kB/s | 26 kB 00:00 2024-04-06T03:21:46.493 INFO:teuthology.orchestra.run.smithi055.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 430 kB/s | 309 kB 00:00 2024-04-06T03:21:46.510 INFO:teuthology.orchestra.run.smithi055.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 581 kB/s | 49 kB 00:00 2024-04-06T03:21:46.561 INFO:teuthology.orchestra.run.smithi055.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-06T03:21:46.648 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:21:46.661 INFO:teuthology.orchestra.run.smithi055.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.5 MB/s | 838 kB 00:00 2024-04-06T03:21:46.733 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-06T03:21:46.736 INFO:teuthology.orchestra.run.smithi055.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.8 MB/s | 4.4 MB 00:00 2024-04-06T03:21:46.761 INFO:teuthology.orchestra.run.smithi055.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 963 kB/s | 192 kB 00:00 2024-04-06T03:21:46.779 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-06T03:21:46.812 INFO:teuthology.orchestra.run.smithi055.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-06T03:21:46.828 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-06T03:21:46.851 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-06T03:21:46.868 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-06T03:21:47.018 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-06T03:21:47.076 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-06T03:21:47.262 INFO:teuthology.orchestra.run.smithi055.stdout:(31/32): librbd1-19.0.0-2027.g9f192350.el9.x86_ 6.3 MB/s | 3.1 MB 00:00 2024-04-06T03:21:47.362 INFO:teuthology.orchestra.run.smithi055.stdout:(32/32): librados2-19.0.0-2027.g9f192350.el9.x8 5.7 MB/s | 3.4 MB 00:00 2024-04-06T03:21:47.367 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:21:47.367 INFO:teuthology.orchestra.run.smithi055.stdout:Total 13 MB/s | 59 MB 00:04 2024-04-06T03:21:47.417 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-06T03:21:47.462 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : librados2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:21:47.466 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:21:47.506 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:21:47.506 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:21:47.555 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:21:47.662 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 8/34 2024-04-06T03:21:47.689 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 9/34 2024-04-06T03:21:47.735 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 9/34 2024-04-06T03:21:47.764 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-06T03:21:47.807 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9. 11/34 2024-04-06T03:21:47.877 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 12/34 2024-04-06T03:21:47.899 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 13/34 2024-04-06T03:21:47.988 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 13/34 2024-04-06T03:21:48.014 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:21:48.015 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:21:48.023 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-06T03:21:48.140 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-06T03:21:48.174 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-06T03:21:48.215 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-06T03:21:48.247 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-06T03:21:48.276 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-06T03:21:48.308 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-06T03:21:48.626 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-06T03:21:48.655 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 22/34 2024-04-06T03:21:48.738 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 22/34 2024-04-06T03:21:48.776 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 23/34 2024-04-06T03:21:48.817 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-06T03:21:49.266 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-06T03:21:49.291 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 26/34 2024-04-06T03:21:49.344 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 26/34 2024-04-06T03:21:49.413 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 27/34 2024-04-06T03:21:49.443 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x8 28/34 2024-04-06T03:21:49.523 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:21:49.611 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-06T03:21:49.614 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-06T03:21:49.650 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-06T03:21:49.676 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-06T03:21:49.699 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-06T03:21:49.715 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-06T03:21:49.891 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-06T03:21:49.955 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-06T03:21:50.365 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-06T03:21:50.395 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librados2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:21:50.488 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:21:50.608 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 8/34 2024-04-06T03:21:50.714 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 9/34 2024-04-06T03:21:50.768 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 9/34 2024-04-06T03:21:50.797 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-06T03:21:50.841 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9. 11/34 2024-04-06T03:21:50.912 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 12/34 2024-04-06T03:21:50.941 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 13/34 2024-04-06T03:21:51.005 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 13/34 2024-04-06T03:21:51.041 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-06T03:21:51.151 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-06T03:21:51.191 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-06T03:21:51.232 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-06T03:21:51.265 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-06T03:21:51.294 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-06T03:21:51.335 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-06T03:21:51.641 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:21:51.675 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-06T03:21:51.680 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:21:51.706 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 22/34 2024-04-06T03:21:51.807 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 22/34 2024-04-06T03:21:51.837 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 23/34 2024-04-06T03:21:51.890 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.034 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.035 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.036 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:21:52.037 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:21:52.038 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.039 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.040 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.041 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.042 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:21:52.042 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.042 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.042 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.042 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.042 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:21:52.042 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.043 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.043 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.043 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.043 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:21:52.044 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.045 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.045 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.045 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:21:52.254 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:21:52.368 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-06T03:21:52.401 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 26/34 2024-04-06T03:21:52.565 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:21:52.584 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 30/34 2024-04-06T03:21:52.589 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 26/34 2024-04-06T03:21:52.589 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:21:52.589 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:21:52.589 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:21:52.589 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:21:52.589 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw x86_64 2:19.0.0-2027.g9f192350.el9 ceph 9.8 M 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrading: 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: librados2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.4 M 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.1 M 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base x86_64 2:19.0.0-2027.g9f192350.el9 ceph 5.3 M 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common x86_64 2:19.0.0-2027.g9f192350.el9 ceph 21 M 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux x86_64 2:19.0.0-2027.g9f192350.el9 ceph 25 k 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 745 k 2024-04-06T03:21:52.590 INFO:teuthology.orchestra.run.smithi186.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 501 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2 x86_64 2:19.0.0-2027.g9f192350.el9 ceph 5.1 M 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 45 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common x86_64 2:19.0.0-2027.g9f192350.el9 ceph 131 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs x86_64 2:19.0.0-2027.g9f192350.el9 ceph 162 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-06T03:21:52.591 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados x86_64 2:19.0.0-2027.g9f192350.el9 ceph 320 k 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 298 k 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw x86_64 2:19.0.0-2027.g9f192350.el9 ceph 99 k 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout:Installing weak dependencies: 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout:Install 30 Packages 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrade 2 Packages 2024-04-06T03:21:52.592 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:21:52.593 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 59 M 2024-04-06T03:21:52.593 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:21:52.660 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 27/34 2024-04-06T03:21:52.673 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 30/34 2024-04-06T03:21:52.673 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-06T03:21:52.673 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-06T03:21:52.674 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:21:52.695 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x8 28/34 2024-04-06T03:21:52.731 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:21:54.007 INFO:teuthology.orchestra.run.smithi186.stdout:(1/32): ceph-base-19.0.0-2027.g9f192350.el9.x86 5.3 MB/s | 5.3 MB 00:01 2024-04-06T03:21:54.057 INFO:teuthology.orchestra.run.smithi186.stdout:(2/32): ceph-selinux-19.0.0-2027.g9f192350.el9. 506 kB/s | 25 kB 00:00 2024-04-06T03:21:54.174 INFO:teuthology.orchestra.run.smithi186.stdout:(3/32): libcephfs2-19.0.0-2027.g9f192350.el9.x8 6.2 MB/s | 745 kB 00:00 2024-04-06T03:21:54.241 INFO:teuthology.orchestra.run.smithi186.stdout:(4/32): libradosstriper1-19.0.0-2027.g9f192350. 7.3 MB/s | 501 kB 00:00 2024-04-06T03:21:54.666 INFO:teuthology.orchestra.run.smithi186.stdout:(5/32): librgw2-19.0.0-2027.g9f192350.el9.x86_6 12 MB/s | 5.1 MB 00:00 2024-04-06T03:21:54.733 INFO:teuthology.orchestra.run.smithi186.stdout:(6/32): python3-ceph-argparse-19.0.0-2027.g9f19 678 kB/s | 45 kB 00:00 2024-04-06T03:21:54.792 INFO:teuthology.orchestra.run.smithi186.stdout:(7/32): python3-ceph-common-19.0.0-2027.g9f1923 2.2 MB/s | 131 kB 00:00 2024-04-06T03:21:54.850 INFO:teuthology.orchestra.run.smithi186.stdout:(8/32): python3-cephfs-19.0.0-2027.g9f192350.el 2.7 MB/s | 162 kB 00:00 2024-04-06T03:21:54.926 INFO:teuthology.orchestra.run.smithi186.stdout:(9/32): python3-rados-19.0.0-2027.g9f192350.el9 4.2 MB/s | 320 kB 00:00 2024-04-06T03:21:54.963 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:21:54.993 INFO:teuthology.orchestra.run.smithi186.stdout:(10/32): python3-rbd-19.0.0-2027.g9f192350.el9. 4.4 MB/s | 298 kB 00:00 2024-04-06T03:21:55.001 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:21:55.052 INFO:teuthology.orchestra.run.smithi186.stdout:(11/32): python3-rgw-19.0.0-2027.g9f192350.el9. 1.7 MB/s | 99 kB 00:00 2024-04-06T03:21:55.160 INFO:teuthology.orchestra.run.smithi186.stdout:(12/32): ceph-radosgw-19.0.0-2027.g9f192350.el9 4.5 MB/s | 9.8 MB 00:02 2024-04-06T03:21:55.218 INFO:teuthology.orchestra.run.smithi186.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 640 kB/s | 107 kB 00:00 2024-04-06T03:21:55.260 INFO:teuthology.orchestra.run.smithi186.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.6 MB/s | 160 kB 00:00 2024-04-06T03:21:55.303 INFO:teuthology.orchestra.run.smithi186.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 542 kB/s | 45 kB 00:00 2024-04-06T03:21:55.403 INFO:teuthology.orchestra.run.smithi186.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.6 MB/s | 662 kB 00:00 2024-04-06T03:21:55.428 INFO:teuthology.orchestra.run.smithi186.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-04-06T03:21:55.486 INFO:teuthology.orchestra.run.smithi186.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 506 kB/s | 42 kB 00:00 2024-04-06T03:21:55.520 INFO:teuthology.orchestra.run.smithi186.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-04-06T03:21:55.597 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:21:55.638 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 30/34 2024-04-06T03:21:55.712 INFO:teuthology.orchestra.run.smithi186.stdout:(20/32): ceph-common-19.0.0-2027.g9f192350.el9. 7.6 MB/s | 21 MB 00:02 2024-04-06T03:21:55.738 INFO:teuthology.orchestra.run.smithi186.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 143 kB/s | 36 kB 00:00 2024-04-06T03:21:55.763 INFO:teuthology.orchestra.run.smithi186.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 196 kB/s | 47 kB 00:00 2024-04-06T03:21:55.890 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 30/34 2024-04-06T03:21:55.890 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-06T03:21:55.890 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-06T03:21:55.890 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:21:55.923 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:21:55.971 INFO:teuthology.orchestra.run.smithi186.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 125 kB/s | 26 kB 00:00 2024-04-06T03:21:56.147 INFO:teuthology.orchestra.run.smithi186.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 712 kB/s | 309 kB 00:00 2024-04-06T03:21:56.230 INFO:teuthology.orchestra.run.smithi186.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 187 kB/s | 49 kB 00:00 2024-04-06T03:21:56.289 INFO:teuthology.orchestra.run.smithi186.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 474 kB/s | 67 kB 00:00 2024-04-06T03:21:56.714 INFO:teuthology.orchestra.run.smithi186.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 451 kB/s | 192 kB 00:00 2024-04-06T03:21:56.998 INFO:teuthology.orchestra.run.smithi186.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.1 MB/s | 838 kB 00:00 2024-04-06T03:21:57.257 INFO:teuthology.orchestra.run.smithi186.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 2.9 MB/s | 1.6 MB 00:00 2024-04-06T03:21:57.307 INFO:teuthology.orchestra.run.smithi186.stdout:(30/32): librados2-19.0.0-2027.g9f192350.el9.x8 11 MB/s | 3.4 MB 00:00 2024-04-06T03:21:57.482 INFO:teuthology.orchestra.run.smithi186.stdout:(31/32): libarrow-9.0.0-10.el9.x86_64.rpm 2.5 MB/s | 4.4 MB 00:01 2024-04-06T03:21:58.049 INFO:teuthology.orchestra.run.smithi186.stdout:(32/32): librbd1-19.0.0-2027.g9f192350.el9.x86_ 4.0 MB/s | 3.1 MB 00:00 2024-04-06T03:21:58.051 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:21:58.051 INFO:teuthology.orchestra.run.smithi186.stdout:Total 11 MB/s | 59 MB 00:05 2024-04-06T03:21:58.155 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:21:58.191 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:21:58.191 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:21:58.668 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:21:58.668 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:22:00.200 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:22:00.277 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-06T03:22:00.346 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-06T03:22:00.412 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-06T03:22:00.435 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-06T03:22:00.452 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-06T03:22:00.612 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-06T03:22:00.666 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-06T03:22:01.058 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-06T03:22:01.097 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librados2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:22:01.173 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:22:01.262 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 8/34 2024-04-06T03:22:01.293 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 9/34 2024-04-06T03:22:01.369 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 9/34 2024-04-06T03:22:01.408 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-06T03:22:01.452 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9. 11/34 2024-04-06T03:22:01.513 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 12/34 2024-04-06T03:22:01.535 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 13/34 2024-04-06T03:22:01.599 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 13/34 2024-04-06T03:22:01.633 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-06T03:22:01.746 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-06T03:22:01.785 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-06T03:22:01.826 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-06T03:22:01.849 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-06T03:22:01.878 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-06T03:22:01.913 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-06T03:22:02.235 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-06T03:22:02.274 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 22/34 2024-04-06T03:22:02.315 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /sys 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /proc 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /mnt 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /var/tmp 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /home 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /root 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /tmp 2024-04-06T03:22:02.316 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:02.368 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 22/34 2024-04-06T03:22:02.396 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 23/34 2024-04-06T03:22:02.439 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-06T03:22:02.904 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-06T03:22:02.935 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 26/34 2024-04-06T03:22:03.006 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 26/34 2024-04-06T03:22:03.075 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 27/34 2024-04-06T03:22:03.104 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x8 28/34 2024-04-06T03:22:03.225 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 32/34 2024-04-06T03:22:03.250 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 32/34 2024-04-06T03:22:03.250 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:03.250 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-06T03:22:03.250 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-06T03:22:03.250 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-06T03:22:03.250 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:03.252 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-06T03:22:03.336 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-06T03:22:03.336 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:04.488 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:04.488 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 1/34 2024-04-06T03:22:04.488 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 3/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 4/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 5/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 6/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9. 8/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x8 9/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 10/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 11/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 12/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 13/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-06T03:22:04.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-06T03:22:04.490 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-06T03:22:04.491 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-06T03:22:04.491 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-06T03:22:04.491 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados2-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:22:04.491 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-06T03:22:04.491 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 33/34 2024-04-06T03:22:05.340 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:22:05.384 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:22:05.455 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:05.455 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:05.455 INFO:teuthology.orchestra.run.smithi190.stdout:Upgraded: 2024-04-06T03:22:05.455 INFO:teuthology.orchestra.run.smithi190.stdout: librados2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.456 INFO:teuthology.orchestra.run.smithi190.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.457 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: re2-1:20211101-3.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:05.458 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:05.725 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-test 2024-04-06T03:22:05.914 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:22:05.914 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /sys 2024-04-06T03:22:05.914 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /proc 2024-04-06T03:22:05.914 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /mnt 2024-04-06T03:22:05.914 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /var/tmp 2024-04-06T03:22:05.914 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /home 2024-04-06T03:22:05.915 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /root 2024-04-06T03:22:05.915 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /tmp 2024-04-06T03:22:05.915 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:05.937 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 29/34 2024-04-06T03:22:05.970 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 30/34 2024-04-06T03:22:06.064 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 30/34 2024-04-06T03:22:06.064 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-06T03:22:06.064 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-06T03:22:06.064 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:06.105 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:22:06.319 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:29 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:06.608 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.609 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.610 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.611 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.612 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.613 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.614 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:06.615 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.615 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:06.615 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.615 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:06.615 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.615 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.615 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.616 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.617 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:06.618 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.619 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:06.677 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-test x86_64 2:19.0.0-2027.g9f192350.el9 ceph 48 M 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout: libcephsqlite x86_64 2:19.0.0-2027.g9f192350.el9 ceph 163 k 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-06T03:22:06.678 INFO:teuthology.orchestra.run.smithi190.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-06T03:22:06.679 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-06T03:22:06.679 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:06.679 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:22:06.679 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:06.679 INFO:teuthology.orchestra.run.smithi190.stdout:Install 6 Packages 2024-04-06T03:22:06.679 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:06.680 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 48 M 2024-04-06T03:22:06.680 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 205 M 2024-04-06T03:22:06.680 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:22:06.848 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 32/34 2024-04-06T03:22:06.873 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 32/34 2024-04-06T03:22:06.873 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:06.873 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-06T03:22:06.873 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-06T03:22:06.873 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-06T03:22:06.873 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:06.876 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-06T03:22:06.974 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-06T03:22:06.974 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:06.988 INFO:teuthology.orchestra.run.smithi190.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-04-06T03:22:07.072 INFO:teuthology.orchestra.run.smithi190.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.6 MB/s | 218 kB 00:00 2024-04-06T03:22:07.114 INFO:teuthology.orchestra.run.smithi190.stdout:(3/6): libcephsqlite-19.0.0-2027.g9f192350.el9. 698 kB/s | 163 kB 00:00 2024-04-06T03:22:07.214 INFO:teuthology.orchestra.run.smithi190.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 636 kB/s | 64 kB 00:00 2024-04-06T03:22:07.273 INFO:teuthology.orchestra.run.smithi190.stdout:(5/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.5 MB/s | 305 kB 00:00 2024-04-06T03:22:08.155 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:08.155 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 1/34 2024-04-06T03:22:08.155 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 3/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 4/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 5/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 6/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9. 8/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x8 9/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 10/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 11/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 12/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 13/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-06T03:22:08.156 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-06T03:22:08.157 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-06T03:22:08.158 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:22:08.158 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-06T03:22:08.158 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 33/34 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout:Upgraded: 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: librados2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.306 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.307 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: re2-1:20211101-3.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:09.308 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:09.660 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-test 2024-04-06T03:22:09.981 INFO:teuthology.orchestra.run.smithi190.stdout:(6/6): ceph-test-19.0.0-2027.g9f192350.el9.x86_ 15 MB/s | 48 MB 00:03 2024-04-06T03:22:09.983 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:09.983 INFO:teuthology.orchestra.run.smithi190.stdout:Total 15 MB/s | 48 MB 00:03 2024-04-06T03:22:10.034 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:22:10.054 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:22:10.055 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:22:10.264 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:31 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:10.453 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:22:10.453 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:22:10.568 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:10.568 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:10.568 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:10.568 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.569 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.570 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.571 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.572 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.573 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.574 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.575 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:10.576 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.577 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:10.641 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test x86_64 2:19.0.0-2027.g9f192350.el9 ceph 48 M 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite x86_64 2:19.0.0-2027.g9f192350.el9 ceph 163 k 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-06T03:22:10.642 INFO:teuthology.orchestra.run.smithi055.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-06T03:22:10.643 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-06T03:22:10.643 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:10.643 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:22:10.643 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:10.643 INFO:teuthology.orchestra.run.smithi055.stdout:Install 6 Packages 2024-04-06T03:22:10.643 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:10.643 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 48 M 2024-04-06T03:22:10.644 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 205 M 2024-04-06T03:22:10.644 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:22:11.062 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:22:11.141 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-06T03:22:11.161 INFO:teuthology.orchestra.run.smithi055.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-04-06T03:22:11.180 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-06T03:22:11.214 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-06T03:22:11.245 INFO:teuthology.orchestra.run.smithi055.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.6 MB/s | 218 kB 00:00 2024-04-06T03:22:11.256 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-06T03:22:11.284 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 5/6 2024-04-06T03:22:11.620 INFO:teuthology.orchestra.run.smithi055.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 813 kB/s | 305 kB 00:00 2024-04-06T03:22:11.645 INFO:teuthology.orchestra.run.smithi055.stdout:(4/6): libcephsqlite-19.0.0-2027.g9f192350.el9. 263 kB/s | 163 kB 00:00 2024-04-06T03:22:11.696 INFO:teuthology.orchestra.run.smithi055.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 847 kB/s | 64 kB 00:00 2024-04-06T03:22:13.321 INFO:teuthology.orchestra.run.smithi055.stdout:(6/6): ceph-test-19.0.0-2027.g9f192350.el9.x86_ 21 MB/s | 48 MB 00:02 2024-04-06T03:22:13.323 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:13.323 INFO:teuthology.orchestra.run.smithi055.stdout:Total 18 MB/s | 48 MB 00:02 2024-04-06T03:22:13.374 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:22:13.396 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:22:13.397 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:22:13.802 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:22:13.802 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:22:14.388 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:22:14.462 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-06T03:22:14.501 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-06T03:22:14.537 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-06T03:22:14.580 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-06T03:22:14.607 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 5/6 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /sys 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /proc 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /mnt 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /var/tmp 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /home 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /root 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /tmp 2024-04-06T03:22:15.516 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:15.785 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 5/6 2024-04-06T03:22:15.858 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 6/6 2024-04-06T03:22:16.421 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 32/34 2024-04-06T03:22:16.446 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 32/34 2024-04-06T03:22:16.446 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:16.446 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-06T03:22:16.446 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-06T03:22:16.446 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-06T03:22:16.446 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:16.448 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-06T03:22:16.531 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-06T03:22:16.532 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 1/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 3/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 4/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 5/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_6 6/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 7/34 2024-04-06T03:22:17.610 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9. 8/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x8 9/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 10/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 11/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 12/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 13/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-06T03:22:17.611 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:19.0.0-2027.g9f192350.el9.x86_64 31/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-06T03:22:17.612 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 33/34 2024-04-06T03:22:18.192 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 6/6 2024-04-06T03:22:18.192 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 1/6 2024-04-06T03:22:18.192 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 2/6 2024-04-06T03:22:18.192 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-06T03:22:18.192 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-06T03:22:18.192 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-06T03:22:18.577 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: jq-1.6-16.el9.x86_64 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:18.578 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout:Upgraded: 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: librados2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-06T03:22:18.736 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.737 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: re2-1:20211101-3.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:18.738 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:22:18.918 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph 2024-04-06T03:22:19.106 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-test 2024-04-06T03:22:19.328 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 5/6 2024-04-06T03:22:19.409 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 6/6 2024-04-06T03:22:19.550 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:42 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:19.704 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:30 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:19.850 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.851 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:19.852 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:19.853 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.854 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.855 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.856 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:19.857 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.858 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.858 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.858 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.858 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:19.858 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.858 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.858 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.859 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.860 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.922 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:19.924 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: ceph x86_64 2:19.0.0-2027.g9f192350.el9 ceph 6.6 k 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mds x86_64 2:19.0.0-2027.g9f192350.el9 ceph 2.4 M 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr x86_64 2:19.0.0-2027.g9f192350.el9 ceph 1.5 M 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 248 k 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mon x86_64 2:19.0.0-2027.g9f192350.el9 ceph 4.7 M 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-osd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 17 M 2024-04-06T03:22:19.925 INFO:teuthology.orchestra.run.smithi190.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-collections 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-06T03:22:19.926 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-06T03:22:19.927 INFO:teuthology.orchestra.run.smithi190.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout:Install 36 Packages 2024-04-06T03:22:19.928 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:19.929 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 30 M 2024-04-06T03:22:19.929 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 107 M 2024-04-06T03:22:19.929 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:22:19.994 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:22:19.994 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:22:19.994 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:22:19.994 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.994 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.995 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:22:19.996 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:22:19.997 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.998 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:22:19.999 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.000 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.001 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.002 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:20.003 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.004 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:20.073 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:22:20.074 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:20.074 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test x86_64 2:19.0.0-2027.g9f192350.el9 ceph 48 M 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite x86_64 2:19.0.0-2027.g9f192350.el9 ceph 163 k 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2024-04-06T03:22:20.075 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:20.076 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 48 M 2024-04-06T03:22:20.076 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 205 M 2024-04-06T03:22:20.076 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:22:20.720 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): libcephsqlite-19.0.0-2027.g9f192350.el9. 653 kB/s | 163 kB 00:00 2024-04-06T03:22:20.829 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): jq-1.6-16.el9.x86_64.rpm 521 kB/s | 187 kB 00:00 2024-04-06T03:22:20.852 INFO:teuthology.orchestra.run.smithi190.stdout:(1/36): ceph-19.0.0-2027.g9f192350.el9.x86_64.r 23 kB/s | 6.6 kB 00:00 2024-04-06T03:22:21.021 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-06T03:22:21.154 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 478 kB/s | 64 kB 00:00 2024-04-06T03:22:21.179 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 475 kB/s | 218 kB 00:00 2024-04-06T03:22:21.577 INFO:teuthology.orchestra.run.smithi190.stdout:(2/36): ceph-mgr-19.0.0-2027.g9f192350.el9.x86_ 1.5 MB/s | 1.5 MB 00:01 2024-04-06T03:22:21.839 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 6/6 2024-04-06T03:22:21.839 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 1/6 2024-04-06T03:22:21.839 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 2/6 2024-04-06T03:22:21.840 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-06T03:22:21.840 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-06T03:22:21.840 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-06T03:22:21.885 INFO:teuthology.orchestra.run.smithi190.stdout:(3/36): ceph-mds-19.0.0-2027.g9f192350.el9.x86_ 1.8 MB/s | 2.4 MB 00:01 2024-04-06T03:22:21.986 INFO:teuthology.orchestra.run.smithi190.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2027.g9f19 2.4 MB/s | 248 kB 00:00 2024-04-06T03:22:22.161 INFO:teuthology.orchestra.run.smithi190.stdout:(5/36): ceph-mon-19.0.0-2027.g9f192350.el9.x86_ 3.6 MB/s | 4.7 MB 00:01 2024-04-06T03:22:22.186 INFO:teuthology.orchestra.run.smithi190.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-04-06T03:22:22.245 INFO:teuthology.orchestra.run.smithi190.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: jq-1.6-16.el9.x86_64 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:22.246 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:22.295 INFO:teuthology.orchestra.run.smithi190.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-06T03:22:22.346 INFO:teuthology.orchestra.run.smithi190.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-06T03:22:22.405 INFO:teuthology.orchestra.run.smithi190.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 5.0 MB/s | 1.2 MB 00:00 2024-04-06T03:22:22.430 INFO:teuthology.orchestra.run.smithi190.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-06T03:22:22.480 INFO:teuthology.orchestra.run.smithi190.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-04-06T03:22:22.505 INFO:teuthology.orchestra.run.smithi190.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.8 MB/s | 188 kB 00:00 2024-04-06T03:22:22.531 INFO:teuthology.orchestra.run.smithi190.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 693 kB/s | 35 kB 00:00 2024-04-06T03:22:22.556 INFO:teuthology.orchestra.run.smithi190.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-06T03:22:22.581 INFO:teuthology.orchestra.run.smithi190.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 827 kB/s | 42 kB 00:00 2024-04-06T03:22:22.585 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph 2024-04-06T03:22:22.681 INFO:teuthology.orchestra.run.smithi190.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 178 kB/s | 22 kB 00:00 2024-04-06T03:22:22.748 INFO:teuthology.orchestra.run.smithi190.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 906 kB/s | 151 kB 00:00 2024-04-06T03:22:22.807 INFO:teuthology.orchestra.run.smithi190.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 346 kB/s | 43 kB 00:00 2024-04-06T03:22:22.832 INFO:teuthology.orchestra.run.smithi190.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-04-06T03:22:22.891 INFO:teuthology.orchestra.run.smithi190.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-04-06T03:22:22.933 INFO:teuthology.orchestra.run.smithi190.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 424 kB/s | 18 kB 00:00 2024-04-06T03:22:22.992 INFO:teuthology.orchestra.run.smithi190.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 395 kB/s | 23 kB 00:00 2024-04-06T03:22:23.025 INFO:teuthology.orchestra.run.smithi190.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-04-06T03:22:23.051 INFO:teuthology.orchestra.run.smithi190.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 332 kB/s | 19 kB 00:00 2024-04-06T03:22:23.101 INFO:teuthology.orchestra.run.smithi190.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-06T03:22:23.126 INFO:teuthology.orchestra.run.smithi190.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 616 kB/s | 46 kB 00:00 2024-04-06T03:22:23.160 INFO:teuthology.orchestra.run.smithi190.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-04-06T03:22:23.197 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:44 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:23.218 INFO:teuthology.orchestra.run.smithi190.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 282 kB/s | 16 kB 00:00 2024-04-06T03:22:23.252 INFO:teuthology.orchestra.run.smithi190.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-04-06T03:22:23.295 INFO:teuthology.orchestra.run.smithi190.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 858 kB/s | 36 kB 00:00 2024-04-06T03:22:23.321 INFO:teuthology.orchestra.run.smithi190.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 894 kB/s | 90 kB 00:00 2024-04-06T03:22:23.495 INFO:teuthology.orchestra.run.smithi190.stdout:(33/36): ceph-osd-19.0.0-2027.g9f192350.el9.x86 8.8 MB/s | 17 MB 00:01 2024-04-06T03:22:23.501 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:23.501 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:23.501 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:23.502 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:23.503 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.504 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.505 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.506 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:23.507 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.508 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.509 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.510 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.510 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.510 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:23.510 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.510 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.510 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.510 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:23.520 INFO:teuthology.orchestra.run.smithi190.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.0 MB/s | 230 kB 00:00 2024-04-06T03:22:23.578 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:23.580 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: ceph x86_64 2:19.0.0-2027.g9f192350.el9 ceph 6.6 k 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds x86_64 2:19.0.0-2027.g9f192350.el9 ceph 2.4 M 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr x86_64 2:19.0.0-2027.g9f192350.el9 ceph 1.5 M 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 248 k 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon x86_64 2:19.0.0-2027.g9f192350.el9 ceph 4.7 M 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 17 M 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-06T03:22:23.581 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-collections 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-06T03:22:23.582 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-06T03:22:23.583 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-06T03:22:23.584 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:23.584 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:22:23.584 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:23.584 INFO:teuthology.orchestra.run.smithi055.stdout:Install 36 Packages 2024-04-06T03:22:23.584 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:23.584 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 30 M 2024-04-06T03:22:23.585 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 107 M 2024-04-06T03:22:23.585 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:22:23.595 INFO:teuthology.orchestra.run.smithi190.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-04-06T03:22:23.620 INFO:teuthology.orchestra.run.smithi190.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.4 MB/s | 427 kB 00:00 2024-04-06T03:22:23.622 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:23.622 INFO:teuthology.orchestra.run.smithi190.stdout:Total 8.2 MB/s | 30 MB 00:03 2024-04-06T03:22:23.760 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:22:23.798 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:22:23.798 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:22:24.230 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:22:24.230 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:22:24.541 INFO:teuthology.orchestra.run.smithi055.stdout:(1/36): ceph-19.0.0-2027.g9f192350.el9.x86_64.r 25 kB/s | 6.6 kB 00:00 2024-04-06T03:22:24.658 INFO:teuthology.orchestra.run.smithi055.stdout:(2/36): ceph-mgr-19.0.0-2027.g9f192350.el9.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-04-06T03:22:24.821 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): ceph-test-19.0.0-2027.g9f192350.el9.x86_ 11 MB/s | 48 MB 00:04 2024-04-06T03:22:24.825 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:24.825 INFO:teuthology.orchestra.run.smithi186.stdout:Total 10 MB/s | 48 MB 00:04 2024-04-06T03:22:24.877 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:22:24.897 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:22:24.897 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:22:25.091 INFO:teuthology.orchestra.run.smithi055.stdout:(3/36): ceph-mds-19.0.0-2027.g9f192350.el9.x86_ 2.9 MB/s | 2.4 MB 00:00 2024-04-06T03:22:25.200 INFO:teuthology.orchestra.run.smithi055.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2027.g9f19 2.2 MB/s | 248 kB 00:00 2024-04-06T03:22:25.309 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:22:25.310 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:22:25.342 INFO:teuthology.orchestra.run.smithi055.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-06T03:22:25.450 INFO:teuthology.orchestra.run.smithi055.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-06T03:22:25.573 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:22:25.626 INFO:teuthology.orchestra.run.smithi055.stdout:(7/36): ceph-osd-19.0.0-2027.g9f192350.el9.x86_ 17 MB/s | 17 MB 00:00 2024-04-06T03:22:25.651 INFO:teuthology.orchestra.run.smithi055.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-04-06T03:22:25.656 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-06T03:22:25.690 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-06T03:22:25.693 INFO:teuthology.orchestra.run.smithi055.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-06T03:22:25.717 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-06T03:22:25.787 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-06T03:22:25.802 INFO:teuthology.orchestra.run.smithi055.stdout:(10/36): ceph-mon-19.0.0-2027.g9f192350.el9.x86 3.7 MB/s | 4.7 MB 00:01 2024-04-06T03:22:25.824 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-06T03:22:25.827 INFO:teuthology.orchestra.run.smithi055.stdout:(11/36): python3-pycparser-2.20-6.el9.noarch.rp 674 kB/s | 135 kB 00:00 2024-04-06T03:22:25.852 INFO:teuthology.orchestra.run.smithi055.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 2024-04-06T03:22:25.857 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-06T03:22:25.898 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:22:25.947 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-06T03:22:25.964 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-06T03:22:26.015 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-06T03:22:26.026 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-06T03:22:26.045 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-06T03:22:26.069 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-06T03:22:26.088 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-06T03:22:26.103 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-06T03:22:26.116 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 5/6 2024-04-06T03:22:26.133 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-06T03:22:26.167 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-06T03:22:26.200 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-06T03:22:26.241 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-06T03:22:26.293 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-06T03:22:26.329 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-06T03:22:26.375 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-06T03:22:26.446 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-06T03:22:26.544 INFO:teuthology.orchestra.run.smithi055.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 50 kB/s | 35 kB 00:00 2024-04-06T03:22:26.581 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-06T03:22:26.664 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-06T03:22:26.718 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-06T03:22:26.756 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-06T03:22:26.805 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-06T03:22:26.861 INFO:teuthology.orchestra.run.smithi055.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 178 kB/s | 188 kB 00:01 2024-04-06T03:22:26.869 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-06T03:22:26.911 INFO:teuthology.orchestra.run.smithi055.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 159 kB/s | 172 kB 00:01 2024-04-06T03:22:26.970 INFO:teuthology.orchestra.run.smithi055.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 383 kB/s | 22 kB 00:00 2024-04-06T03:22:27.053 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-06T03:22:27.102 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-06T03:22:27.173 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-06T03:22:27.261 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-06T03:22:27.294 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-06T03:22:27.395 INFO:teuthology.orchestra.run.smithi055.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 60 kB/s | 51 kB 00:00 2024-04-06T03:22:27.406 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-06T03:22:27.537 INFO:teuthology.orchestra.run.smithi055.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 266 kB/s | 151 kB 00:00 2024-04-06T03:22:27.566 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9. 31/36 2024-04-06T03:22:27.595 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 32/36 2024-04-06T03:22:27.621 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 32/36 2024-04-06T03:22:27.621 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:27.621 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-06T03:22:27.621 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-06T03:22:27.621 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-06T03:22:27.621 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:27.671 INFO:teuthology.orchestra.run.smithi055.stdout:(19/36): python3-toml-0.10.2-6.el9.noarch.rpm 53 kB/s | 42 kB 00:00 2024-04-06T03:22:27.721 INFO:teuthology.orchestra.run.smithi055.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 935 kB/s | 172 kB 00:00 2024-04-06T03:22:27.754 INFO:teuthology.orchestra.run.smithi055.stdout:(21/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 121 kB/s | 43 kB 00:00 2024-04-06T03:22:27.813 INFO:teuthology.orchestra.run.smithi055.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-06T03:22:27.863 INFO:teuthology.orchestra.run.smithi055.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 162 kB/s | 18 kB 00:00 2024-04-06T03:22:27.930 INFO:teuthology.orchestra.run.smithi055.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-06T03:22:27.997 INFO:teuthology.orchestra.run.smithi055.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 146 kB/s | 19 kB 00:00 2024-04-06T03:22:28.064 INFO:teuthology.orchestra.run.smithi055.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 147 kB/s | 20 kB 00:00 2024-04-06T03:22:28.131 INFO:teuthology.orchestra.run.smithi055.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 346 kB/s | 46 kB 00:00 2024-04-06T03:22:28.173 INFO:teuthology.orchestra.run.smithi055.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 726 kB/s | 79 kB 00:00 2024-04-06T03:22:28.281 INFO:teuthology.orchestra.run.smithi055.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 587 kB/s | 358 kB 00:00 2024-04-06T03:22:28.299 INFO:teuthology.orchestra.run.smithi055.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-04-06T03:22:28.390 INFO:teuthology.orchestra.run.smithi055.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 829 kB/s | 90 kB 00:00 2024-04-06T03:22:28.416 INFO:teuthology.orchestra.run.smithi055.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 956 kB/s | 272 kB 00:00 2024-04-06T03:22:28.441 INFO:teuthology.orchestra.run.smithi055.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 251 kB/s | 36 kB 00:00 2024-04-06T03:22:28.525 INFO:teuthology.orchestra.run.smithi055.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-06T03:22:28.550 INFO:teuthology.orchestra.run.smithi055.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-06T03:22:28.592 INFO:teuthology.orchestra.run.smithi055.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-06T03:22:28.595 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:28.595 INFO:teuthology.orchestra.run.smithi055.stdout:Total 6.0 MB/s | 30 MB 00:05 2024-04-06T03:22:28.733 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:22:28.775 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:22:28.775 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:22:29.075 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 33/36 2024-04-06T03:22:29.102 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 33/36 2024-04-06T03:22:29.102 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:29.102 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-06T03:22:29.102 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-06T03:22:29.102 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-06T03:22:29.102 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:29.213 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:22:29.213 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:22:29.539 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 34/36 2024-04-06T03:22:29.562 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 34/36 2024-04-06T03:22:29.562 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:29.563 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-06T03:22:29.563 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-06T03:22:29.563 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-06T03:22:29.563 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:29.789 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 35/36 2024-04-06T03:22:29.815 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 35/36 2024-04-06T03:22:29.816 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:29.816 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-06T03:22:29.816 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-06T03:22:29.816 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-06T03:22:29.816 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:29.878 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-2:19.0.0-2027.g9f192350.el9.x86_64 36/36 2024-04-06T03:22:30.558 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:22:30.562 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 5/6 2024-04-06T03:22:30.620 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-06T03:22:30.642 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 6/6 2024-04-06T03:22:30.653 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-06T03:22:30.680 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-06T03:22:30.753 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-06T03:22:30.804 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-06T03:22:30.837 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-06T03:22:30.934 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-06T03:22:31.017 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-06T03:22:31.073 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-06T03:22:31.108 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-06T03:22:31.138 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-06T03:22:31.173 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-06T03:22:31.206 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-06T03:22:31.248 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-06T03:22:31.298 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-06T03:22:31.333 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-06T03:22:31.380 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-06T03:22:31.455 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-06T03:22:31.558 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-2:19.0.0-2027.g9f192350.el9.x86_64 36/36 2024-04-06T03:22:31.558 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-2:19.0.0-2027.g9f192350.el9.x86_64 1/36 2024-04-06T03:22:31.558 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 2/36 2024-04-06T03:22:31.558 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 3/36 2024-04-06T03:22:31.558 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 4/36 2024-04-06T03:22:31.558 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 5/36 2024-04-06T03:22:31.558 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9. 6/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-06T03:22:31.559 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-06T03:22:31.560 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-06T03:22:31.561 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-06T03:22:31.561 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-06T03:22:31.561 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-06T03:22:31.562 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-06T03:22:31.562 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-06T03:22:31.562 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-06T03:22:31.562 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-06T03:22:31.595 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-06T03:22:31.681 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-06T03:22:31.732 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-06T03:22:31.770 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-06T03:22:31.828 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-06T03:22:31.893 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-06T03:22:32.086 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-06T03:22:32.133 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-06T03:22:32.213 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-06T03:22:32.319 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-06T03:22:32.362 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-06T03:22:32.485 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:32.507 INFO:teuthology.orchestra.run.smithi190.stdout: lua-5.4.4-4.el9.x86_64 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-06T03:22:32.508 INFO:teuthology.orchestra.run.smithi190.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ply-3.11-14.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-06T03:22:32.509 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-06T03:22:32.510 INFO:teuthology.orchestra.run.smithi190.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-06T03:22:32.510 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:32.510 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:32.662 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9. 31/36 2024-04-06T03:22:32.692 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 32/36 2024-04-06T03:22:32.717 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 32/36 2024-04-06T03:22:32.717 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:32.717 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-06T03:22:32.717 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-06T03:22:32.717 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-06T03:22:32.717 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:32.793 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-base 2024-04-06T03:22:33.016 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 6/6 2024-04-06T03:22:33.017 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 1/6 2024-04-06T03:22:33.017 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 2/6 2024-04-06T03:22:33.017 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-06T03:22:33.017 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-06T03:22:33.017 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-06T03:22:33.371 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-06T03:22:33.371 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:33.371 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:22:33.371 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:33.371 INFO:teuthology.orchestra.run.smithi186.stdout: jq-1.6-16.el9.x86_64 2024-04-06T03:22:33.371 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:33.372 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-06T03:22:33.372 INFO:teuthology.orchestra.run.smithi186.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-06T03:22:33.372 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-06T03:22:33.372 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:33.372 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:22:33.390 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:56 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:33.677 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.678 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.679 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:33.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:33.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:33.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:33.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.687 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:33.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:33.688 INFO:teuthology.orchestra.run.smithi190.stdout:Package ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:22:33.700 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph 2024-04-06T03:22:33.745 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:33.745 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:22:33.746 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:33.820 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install cephadm 2024-04-06T03:22:34.251 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 33/36 2024-04-06T03:22:34.277 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 33/36 2024-04-06T03:22:34.278 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:34.278 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-06T03:22:34.278 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-06T03:22:34.278 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-06T03:22:34.278 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:34.303 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:45 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:22:34.416 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:57 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:34.593 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:22:34.593 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.594 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:22:34.595 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.596 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.597 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:22:34.598 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.599 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.600 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.601 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.602 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.603 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.604 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.665 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:22:34.667 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: ceph x86_64 2:19.0.0-2027.g9f192350.el9 ceph 6.6 k 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds x86_64 2:19.0.0-2027.g9f192350.el9 ceph 2.4 M 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr x86_64 2:19.0.0-2027.g9f192350.el9 ceph 1.5 M 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 248 k 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon x86_64 2:19.0.0-2027.g9f192350.el9 ceph 4.7 M 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 17 M 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-06T03:22:34.668 INFO:teuthology.orchestra.run.smithi186.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-collections 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-06T03:22:34.669 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-06T03:22:34.670 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-06T03:22:34.671 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:34.671 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:22:34.671 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:34.671 INFO:teuthology.orchestra.run.smithi186.stdout:Install 36 Packages 2024-04-06T03:22:34.671 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:34.671 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 30 M 2024-04-06T03:22:34.671 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 107 M 2024-04-06T03:22:34.672 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:22:34.704 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:34.704 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:34.704 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:34.704 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:34.705 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:34.706 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.707 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:34.707 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.707 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:34.707 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.707 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:34.707 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.707 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:34.708 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:34.709 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.710 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.711 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.712 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.713 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:34.735 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 34/36 2024-04-06T03:22:34.758 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 34/36 2024-04-06T03:22:34.758 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:34.758 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-06T03:22:34.758 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-06T03:22:34.758 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-06T03:22:34.758 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:34.771 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:34.772 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout: cephadm noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 749 k 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 749 k 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 755 k 2024-04-06T03:22:34.773 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:22:34.991 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 35/36 2024-04-06T03:22:35.009 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 35/36 2024-04-06T03:22:35.009 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:35.009 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-06T03:22:35.009 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-06T03:22:35.009 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-06T03:22:35.009 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:35.068 INFO:teuthology.orchestra.run.smithi190.stdout:cephadm-19.0.0-2027.g9f192350.el9.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-06T03:22:35.068 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:35.068 INFO:teuthology.orchestra.run.smithi190.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-06T03:22:35.069 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:22:35.074 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:22:35.074 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:22:35.078 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-2:19.0.0-2027.g9f192350.el9.x86_64 36/36 2024-04-06T03:22:35.079 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:22:35.080 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:22:35.154 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:22:35.575 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:35.664 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:35.752 INFO:teuthology.orchestra.run.smithi186.stdout:(1/36): ceph-19.0.0-2027.g9f192350.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-04-06T03:22:35.885 INFO:teuthology.orchestra.run.smithi186.stdout:(2/36): ceph-mgr-19.0.0-2027.g9f192350.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-04-06T03:22:36.047 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:36.252 INFO:teuthology.orchestra.run.smithi186.stdout:(3/36): ceph-mds-19.0.0-2027.g9f192350.el9.x86_ 3.3 MB/s | 2.4 MB 00:00 2024-04-06T03:22:36.353 INFO:teuthology.orchestra.run.smithi186.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2027.g9f19 2.4 MB/s | 248 kB 00:00 2024-04-06T03:22:36.357 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:36.358 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:36.358 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:22:36.358 INFO:teuthology.orchestra.run.smithi190.stdout: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:36.358 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:36.358 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:36.553 INFO:teuthology.orchestra.run.smithi186.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-04-06T03:22:36.579 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-immutable-object-cache 2024-04-06T03:22:36.753 INFO:teuthology.orchestra.run.smithi186.stdout:(6/36): ceph-osd-19.0.0-2027.g9f192350.el9.x86_ 19 MB/s | 17 MB 00:00 2024-04-06T03:22:36.887 INFO:teuthology.orchestra.run.smithi186.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 799 kB/s | 106 kB 00:00 2024-04-06T03:22:36.947 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-2:19.0.0-2027.g9f192350.el9.x86_64 36/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-2:19.0.0-2027.g9f192350.el9.x86_64 1/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 2/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 3/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 4/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 5/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9. 6/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-06T03:22:36.948 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-06T03:22:36.949 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-06T03:22:36.951 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-06T03:22:36.979 INFO:teuthology.orchestra.run.smithi186.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.4 MB/s | 135 kB 00:00 2024-04-06T03:22:37.071 INFO:teuthology.orchestra.run.smithi186.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 2.4 MB/s | 1.2 MB 00:00 2024-04-06T03:22:37.096 INFO:teuthology.orchestra.run.smithi186.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.0 MB/s | 125 kB 00:00 2024-04-06T03:22:37.155 INFO:teuthology.orchestra.run.smithi186.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-06T03:22:37.182 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:00 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:37.372 INFO:teuthology.orchestra.run.smithi186.stdout:(12/36): ceph-mon-19.0.0-2027.g9f192350.el9.x86 2.9 MB/s | 4.7 MB 00:01 2024-04-06T03:22:37.397 INFO:teuthology.orchestra.run.smithi186.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 627 kB/s | 188 kB 00:00 2024-04-06T03:22:37.422 INFO:teuthology.orchestra.run.smithi186.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 645 kB/s | 172 kB 00:00 2024-04-06T03:22:37.456 INFO:teuthology.orchestra.run.smithi186.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 869 kB/s | 51 kB 00:00 2024-04-06T03:22:37.467 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:37.468 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:37.469 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.470 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:37.471 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:37.472 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.473 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.474 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:37.475 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.476 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.476 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.476 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.476 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:37.476 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.477 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:37.481 INFO:teuthology.orchestra.run.smithi186.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 708 kB/s | 42 kB 00:00 2024-04-06T03:22:37.523 INFO:teuthology.orchestra.run.smithi186.stdout:(17/36): python3-markupsafe-1.1.1-12.el9.x86_64 230 kB/s | 35 kB 00:00 2024-04-06T03:22:37.535 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2027.g9f192350.el9 ceph 145 k 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-06T03:22:37.536 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:37.537 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 145 k 2024-04-06T03:22:37.537 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 436 k 2024-04-06T03:22:37.537 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:22:37.548 INFO:teuthology.orchestra.run.smithi186.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-04-06T03:22:37.617 INFO:teuthology.orchestra.run.smithi186.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 472 kB/s | 43 kB 00:00 2024-04-06T03:22:37.641 INFO:teuthology.orchestra.run.smithi186.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 950 kB/s | 151 kB 00:00 2024-04-06T03:22:37.683 INFO:teuthology.orchestra.run.smithi186.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 257 kB/s | 11 kB 00:00 2024-04-06T03:22:37.708 INFO:teuthology.orchestra.run.smithi186.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-06T03:22:37.733 INFO:teuthology.orchestra.run.smithi186.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 350 kB/s | 18 kB 00:00 2024-04-06T03:22:37.757 INFO:teuthology.orchestra.run.smithi190.stdout:ceph-immutable-object-cache-19.0.0-2027.g9f1923 658 kB/s | 145 kB 00:00 2024-04-06T03:22:37.758 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:37.758 INFO:teuthology.orchestra.run.smithi190.stdout:Total 654 kB/s | 145 kB 00:00 2024-04-06T03:22:37.758 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:22:37.759 INFO:teuthology.orchestra.run.smithi186.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-04-06T03:22:37.766 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:22:37.766 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:22:37.784 INFO:teuthology.orchestra.run.smithi186.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-04-06T03:22:37.809 INFO:teuthology.orchestra.run.smithi186.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 394 kB/s | 20 kB 00:00 2024-04-06T03:22:37.820 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:22:37.820 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:22:37.834 INFO:teuthology.orchestra.run.smithi186.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-04-06T03:22:37.868 INFO:teuthology.orchestra.run.smithi186.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-04-06T03:22:37.893 INFO:teuthology.orchestra.run.smithi186.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-04-06T03:22:37.910 INFO:teuthology.orchestra.run.smithi186.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 394 kB/s | 16 kB 00:00 2024-04-06T03:22:37.961 INFO:teuthology.orchestra.run.smithi186.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:37.965 INFO:teuthology.orchestra.run.smithi055.stdout: lua-5.4.4-4.el9.x86_64 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-06T03:22:37.966 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ply-3.11-14.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-06T03:22:37.967 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-06T03:22:37.968 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-06T03:22:37.968 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:37.968 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:37.971 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:22:37.986 INFO:teuthology.orchestra.run.smithi186.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-06T03:22:38.011 INFO:teuthology.orchestra.run.smithi186.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 355 kB/s | 36 kB 00:00 2024-04-06T03:22:38.034 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:38.045 INFO:teuthology.orchestra.run.smithi186.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-06T03:22:38.058 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:38.058 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:38.059 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-06T03:22:38.059 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:38.070 INFO:teuthology.orchestra.run.smithi186.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 342 kB/s | 20 kB 00:00 2024-04-06T03:22:38.120 INFO:teuthology.orchestra.run.smithi186.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-04-06T03:22:38.121 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:38.122 INFO:teuthology.orchestra.run.smithi186.stdout:Total 8.7 MB/s | 30 MB 00:03 2024-04-06T03:22:38.261 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:22:38.300 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:22:38.300 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:22:38.322 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-base 2024-04-06T03:22:38.739 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:22:38.740 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:22:38.928 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:59 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:39.098 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:39.098 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:39.098 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:22:39.098 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-immutable-object-cache-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:39.099 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:39.099 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:39.230 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.231 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.232 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.233 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:39.234 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:39.235 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.236 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:39.239 INFO:teuthology.orchestra.run.smithi055.stdout:Package ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:22:39.301 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:39.303 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:22:39.303 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:39.374 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install cephadm 2024-04-06T03:22:39.380 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr 2024-04-06T03:22:39.979 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:00 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:39.989 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:02 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:40.074 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:22:40.139 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-06T03:22:40.173 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-06T03:22:40.200 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-06T03:22:40.270 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:40.279 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.280 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:40.281 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:40.282 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:40.283 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.284 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:40.284 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:40.285 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.286 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.287 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.288 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.289 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.289 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.289 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:40.289 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.289 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.289 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.289 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.290 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:40.291 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.292 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:40.293 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.294 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.295 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.296 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.297 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:40.298 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.299 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.299 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.299 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.299 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:40.299 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.299 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.299 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.300 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:40.300 INFO:teuthology.orchestra.run.smithi190.stdout:Package ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:22:40.316 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-06T03:22:40.348 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:40.349 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-06T03:22:40.349 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:22:40.349 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:40.351 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 749 k 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:40.352 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 749 k 2024-04-06T03:22:40.353 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 755 k 2024-04-06T03:22:40.353 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:22:40.426 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-dashboard 2024-04-06T03:22:40.441 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-06T03:22:40.510 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-06T03:22:40.551 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-06T03:22:40.587 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-06T03:22:40.608 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-06T03:22:40.643 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-06T03:22:40.676 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-06T03:22:40.717 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-06T03:22:40.760 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-06T03:22:40.786 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-06T03:22:40.811 INFO:teuthology.orchestra.run.smithi055.stdout:cephadm-19.0.0-2027.g9f192350.el9.noarch.rpm 1.6 MB/s | 749 kB 00:00 2024-04-06T03:22:40.811 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:40.811 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.6 MB/s | 749 kB 00:00 2024-04-06T03:22:40.812 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:22:40.817 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:22:40.817 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:22:40.823 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:22:40.823 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:22:40.824 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-06T03:22:40.897 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:22:40.898 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-06T03:22:41.015 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:04 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:41.034 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-06T03:22:41.118 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-06T03:22:41.169 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-06T03:22:41.207 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-06T03:22:41.256 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-06T03:22:41.304 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:41.304 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:41.304 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:41.305 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:41.306 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.307 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:41.308 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:41.309 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:41.310 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.311 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.312 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:41.313 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.314 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.315 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:41.315 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.315 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.315 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.315 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:41.315 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-06T03:22:41.374 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 3.5 M 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 32 k 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 15 k 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-06T03:22:41.376 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout:Install 12 Packages 2024-04-06T03:22:41.377 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:41.378 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 8.6 M 2024-04-06T03:22:41.378 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 103 M 2024-04-06T03:22:41.378 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:22:41.420 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:41.497 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-06T03:22:41.510 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:41.545 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-06T03:22:41.623 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-06T03:22:41.711 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-06T03:22:41.755 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-06T03:22:41.881 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:41.881 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-06T03:22:42.052 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9. 31/36 2024-04-06T03:22:42.080 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 32/36 2024-04-06T03:22:42.105 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 32/36 2024-04-06T03:22:42.106 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:42.106 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-06T03:22:42.106 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-06T03:22:42.106 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-06T03:22:42.106 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:42.111 INFO:teuthology.orchestra.run.smithi190.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2027.g9f 125 kB/s | 32 kB 00:00 2024-04-06T03:22:42.137 INFO:teuthology.orchestra.run.smithi190.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2027.g9f1 55 kB/s | 15 kB 00:00 2024-04-06T03:22:42.201 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:42.202 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:42.202 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:22:42.202 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:42.202 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:42.202 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:42.414 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-immutable-object-cache 2024-04-06T03:22:42.454 INFO:teuthology.orchestra.run.smithi190.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2027.g9f19235 5.9 MB/s | 3.5 MB 00:00 2024-04-06T03:22:42.854 INFO:teuthology.orchestra.run.smithi190.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-04-06T03:22:43.025 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:04 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:43.113 INFO:teuthology.orchestra.run.smithi190.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 276 kB/s | 269 kB 00:00 2024-04-06T03:22:43.326 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.327 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.328 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:43.329 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.330 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:43.331 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.332 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:43.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:43.355 INFO:teuthology.orchestra.run.smithi190.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 81 kB/s | 19 kB 00:00 2024-04-06T03:22:43.397 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:43.398 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:43.398 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2027.g9f192350.el9 ceph 145 k 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 145 k 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 436 k 2024-04-06T03:22:43.399 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:22:43.488 INFO:teuthology.orchestra.run.smithi190.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 865 kB/s | 548 kB 00:00 2024-04-06T03:22:43.556 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 33/36 2024-04-06T03:22:43.582 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 33/36 2024-04-06T03:22:43.582 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:43.582 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-06T03:22:43.583 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-06T03:22:43.583 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-06T03:22:43.583 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:43.750 INFO:teuthology.orchestra.run.smithi055.stdout:ceph-immutable-object-cache-19.0.0-2027.g9f1923 413 kB/s | 145 kB 00:00 2024-04-06T03:22:43.751 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:43.751 INFO:teuthology.orchestra.run.smithi055.stdout:Total 411 kB/s | 145 kB 00:00 2024-04-06T03:22:43.751 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:22:43.761 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:22:43.761 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:22:43.780 INFO:teuthology.orchestra.run.smithi190.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 4.8 MB/s | 2.0 MB 00:00 2024-04-06T03:22:43.805 INFO:teuthology.orchestra.run.smithi190.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 457 kB/s | 144 kB 00:00 2024-04-06T03:22:43.815 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:22:43.815 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:22:43.856 INFO:teuthology.orchestra.run.smithi190.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 615 kB/s | 31 kB 00:00 2024-04-06T03:22:43.881 INFO:teuthology.orchestra.run.smithi190.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-04-06T03:22:44.031 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 34/36 2024-04-06T03:22:44.054 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 34/36 2024-04-06T03:22:44.055 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:44.055 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-06T03:22:44.055 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-06T03:22:44.055 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-06T03:22:44.055 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:44.073 INFO:teuthology.orchestra.run.smithi190.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 527 kB/s | 1.0 MB 00:01 2024-04-06T03:22:44.077 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:44.078 INFO:teuthology.orchestra.run.smithi190.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-04-06T03:22:44.088 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:22:44.128 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:22:44.149 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:22:44.149 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:22:44.159 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:44.183 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:44.184 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:44.184 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-06T03:22:44.184 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:44.290 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 35/36 2024-04-06T03:22:44.314 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 35/36 2024-04-06T03:22:44.315 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:44.315 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-06T03:22:44.315 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-06T03:22:44.315 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-06T03:22:44.315 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:44.348 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:22:44.349 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:22:44.379 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-2:19.0.0-2027.g9f192350.el9.x86_64 36/36 2024-04-06T03:22:44.897 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:22:44.982 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-06T03:22:45.017 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-06T03:22:45.063 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-06T03:22:45.094 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-06T03:22:45.193 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:45.193 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:45.193 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:22:45.193 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:45.193 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:45.193 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:45.203 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-06T03:22:45.327 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-06T03:22:45.422 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-06T03:22:45.471 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr 2024-04-06T03:22:45.474 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-06T03:22:45.502 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-06T03:22:45.534 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9 10/12 2024-04-06T03:22:46.083 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:07 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:46.235 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-2:19.0.0-2027.g9f192350.el9.x86_64 36/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-2:19.0.0-2027.g9f192350.el9.x86_64 1/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 2/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 3/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 4/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 5/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9. 6/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-06T03:22:46.236 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-06T03:22:46.237 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-06T03:22:46.239 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-06T03:22:46.385 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:46.385 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:46.385 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:46.385 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.386 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:46.387 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.388 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.389 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.390 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.391 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.392 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:46.393 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.394 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:46.395 INFO:teuthology.orchestra.run.smithi055.stdout:Package ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:22:46.457 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:46.458 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:22:46.458 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:46.520 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-dashboard 2024-04-06T03:22:46.571 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el 11/12 2024-04-06T03:22:46.610 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 12/12 2024-04-06T03:22:47.117 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:08 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:47.151 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-06T03:22:47.151 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: lua-5.4.4-4.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-06T03:22:47.152 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-06T03:22:47.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ply-3.11-14.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:47.154 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.418 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.419 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.420 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:47.421 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.422 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:47.423 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.424 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:47.425 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.426 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:47.494 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 3.5 M 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 32 k 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 15 k 2024-04-06T03:22:47.495 INFO:teuthology.orchestra.run.smithi055.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout:Install 12 Packages 2024-04-06T03:22:47.496 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:47.497 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 8.6 M 2024-04-06T03:22:47.497 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 103 M 2024-04-06T03:22:47.497 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:22:47.499 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-base 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 12/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el 1/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 2/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9 3/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-06T03:22:47.879 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-06T03:22:47.880 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-06T03:22:48.094 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:59 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:22:48.154 INFO:teuthology.orchestra.run.smithi055.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2027.g9f1 55 kB/s | 15 kB 00:00 2024-04-06T03:22:48.179 INFO:teuthology.orchestra.run.smithi055.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2027.g9f 105 kB/s | 32 kB 00:00 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-06T03:22:48.256 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-06T03:22:48.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-06T03:22:48.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-06T03:22:48.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-06T03:22:48.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-06T03:22:48.257 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:48.257 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.382 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.383 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.384 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:22:48.385 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.386 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.387 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.388 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.389 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.390 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.391 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.391 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:48.391 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.391 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.391 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.391 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:48.391 INFO:teuthology.orchestra.run.smithi186.stdout:Package ceph-base-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:22:48.449 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:22:48.450 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:22:48.451 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:22:48.530 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install cephadm 2024-04-06T03:22:48.533 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-06T03:22:48.763 INFO:teuthology.orchestra.run.smithi055.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 462 kB/s | 269 kB 00:00 2024-04-06T03:22:48.938 INFO:teuthology.orchestra.run.smithi055.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 2024-04-06T03:22:49.013 INFO:teuthology.orchestra.run.smithi055.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.4 MB/s | 863 kB 00:00 2024-04-06T03:22:49.130 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:00 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:22:49.142 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:12 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:22:49.155 INFO:teuthology.orchestra.run.smithi055.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 138 kB/s | 19 kB 00:00 2024-04-06T03:22:49.281 INFO:teuthology.orchestra.run.smithi055.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.6 MB/s | 548 kB 00:00 2024-04-06T03:22:49.364 INFO:teuthology.orchestra.run.smithi055.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-04-06T03:22:49.398 INFO:teuthology.orchestra.run.smithi055.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 925 kB/s | 31 kB 00:00 2024-04-06T03:22:49.423 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:22:49.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.428 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.429 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.430 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.431 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.432 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.445 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:22:49.445 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:22:49.445 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:22:49.446 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:22:49.447 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.448 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.449 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.450 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:22:49.451 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.452 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.453 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.454 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:49.455 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.456 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.456 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.456 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:49.456 INFO:teuthology.orchestra.run.smithi055.stdout:(10/12): ceph-mgr-dashboard-19.0.0-2027.g9f1923 2.2 MB/s | 3.5 MB 00:01 2024-04-06T03:22:49.482 INFO:teuthology.orchestra.run.smithi055.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-04-06T03:22:49.491 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout: cephadm noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 749 k 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-06T03:22:49.492 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:49.493 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 749 k 2024-04-06T03:22:49.493 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 755 k 2024-04-06T03:22:49.493 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:22:49.518 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:22:49.519 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================= 2024-04-06T03:22:49.519 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================= 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 7.4 M 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-06T03:22:49.520 INFO:teuthology.orchestra.run.smithi190.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================= 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout:Install 12 Packages 2024-04-06T03:22:49.521 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:22:49.522 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 38 M 2024-04-06T03:22:49.522 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 209 M 2024-04-06T03:22:49.522 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:22:49.832 INFO:teuthology.orchestra.run.smithi055.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.0 MB/s | 2.0 MB 00:00 2024-04-06T03:22:49.836 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:49.836 INFO:teuthology.orchestra.run.smithi055.stdout:Total 3.7 MB/s | 8.6 MB 00:02 2024-04-06T03:22:49.888 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:22:49.908 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:22:49.908 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:22:49.924 INFO:teuthology.orchestra.run.smithi190.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-04-06T03:22:49.952 INFO:teuthology.orchestra.run.smithi186.stdout:cephadm-19.0.0-2027.g9f192350.el9.noarch.rpm 1.6 MB/s | 749 kB 00:00 2024-04-06T03:22:49.952 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:49.953 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.6 MB/s | 749 kB 00:00 2024-04-06T03:22:49.953 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:22:49.958 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:22:49.958 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:22:49.964 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:22:49.964 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:22:49.965 INFO:teuthology.orchestra.run.smithi190.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.2 MB/s | 803 kB 00:00 2024-04-06T03:22:50.016 INFO:teuthology.orchestra.run.smithi190.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 356 kB/s | 33 kB 00:00 2024-04-06T03:22:50.038 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:22:50.074 INFO:teuthology.orchestra.run.smithi190.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-04-06T03:22:50.107 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:22:50.107 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:22:50.158 INFO:teuthology.orchestra.run.smithi190.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 424 kB/s | 35 kB 00:00 2024-04-06T03:22:50.425 INFO:teuthology.orchestra.run.smithi190.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-20 11 MB/s | 7.4 MB 00:00 2024-04-06T03:22:50.487 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:50.550 INFO:teuthology.orchestra.run.smithi190.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-04-06T03:22:50.574 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:50.647 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:22:50.724 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-06T03:22:50.768 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-06T03:22:50.784 INFO:teuthology.orchestra.run.smithi190.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.7 MB/s | 3.0 MB 00:00 2024-04-06T03:22:50.815 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-06T03:22:50.854 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-06T03:22:50.934 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:50.934 INFO:teuthology.orchestra.run.smithi190.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.6 MB/s | 250 kB 00:00 2024-04-06T03:22:50.957 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-06T03:22:51.083 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-06T03:22:51.175 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-06T03:22:51.176 INFO:teuthology.orchestra.run.smithi190.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.7 MB/s | 4.7 MB 00:01 2024-04-06T03:22:51.225 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-06T03:22:51.231 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/1 2024-04-06T03:22:51.231 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:51.231 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:22:51.231 INFO:teuthology.orchestra.run.smithi186.stdout: cephadm-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:51.232 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:51.232 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:22:51.253 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-06T03:22:51.285 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9 10/12 2024-04-06T03:22:51.393 INFO:teuthology.orchestra.run.smithi190.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.1 MB/s | 5.1 MB 00:00 2024-04-06T03:22:51.465 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-immutable-object-cache 2024-04-06T03:22:52.069 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:03 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:22:52.351 INFO:teuthology.orchestra.run.smithi190.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-04-06T03:22:52.352 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:52.353 INFO:teuthology.orchestra.run.smithi190.stdout:Total 13 MB/s | 38 MB 00:02 2024-04-06T03:22:52.364 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:22:52.364 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:22:52.365 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.366 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:22:52.367 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.367 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:22:52.369 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:22:52.370 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:22:52.371 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:22:52.372 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.373 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.374 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.375 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.376 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:52.377 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el 11/12 2024-04-06T03:22:52.410 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 12/12 2024-04-06T03:22:52.433 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:22:52.434 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:52.434 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-04-06T03:22:52.434 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:52.434 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:22:52.434 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2027.g9f192350.el9 ceph 145 k 2024-04-06T03:22:52.434 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:52.435 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:22:52.435 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:52.435 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-06T03:22:52.435 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:52.435 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 145 k 2024-04-06T03:22:52.435 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 436 k 2024-04-06T03:22:52.435 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:22:52.667 INFO:teuthology.orchestra.run.smithi186.stdout:ceph-immutable-object-cache-19.0.0-2027.g9f1923 625 kB/s | 145 kB 00:00 2024-04-06T03:22:52.668 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:52.668 INFO:teuthology.orchestra.run.smithi186.stdout:Total 620 kB/s | 145 kB 00:00 2024-04-06T03:22:52.668 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:22:52.676 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:22:52.676 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:22:52.700 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:22:52.726 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:22:52.727 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:22:52.727 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:22:52.728 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:22:52.882 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:22:52.943 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:52.968 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:52.968 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:22:52.968 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-06T03:22:52.968 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:53.164 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:22:53.165 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 12/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el 1/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 2/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9 3/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-06T03:22:53.787 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-06T03:22:53.788 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-06T03:22:53.788 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-06T03:22:53.788 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-06T03:22:53.920 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:22:53.985 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-06T03:22:54.003 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2027.g9f192350. 1/1 2024-04-06T03:22:54.004 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:54.004 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:22:54.004 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-immutable-object-cache-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:22:54.004 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:54.004 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:22:54.033 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-06T03:22:54.139 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-06T03:22:54.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-06T03:22:54.168 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:54.168 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:22:54.168 INFO:teuthology.orchestra.run.smithi055.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:54.169 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:22:54.175 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-06T03:22:54.254 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr 2024-04-06T03:22:54.344 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-06T03:22:54.375 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-06T03:22:54.427 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-06T03:22:54.459 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-06T03:22:54.865 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:05 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:22:55.031 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:16 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:22:55.110 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-06T03:22:55.156 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:22:55.156 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:22:55.156 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:22:55.156 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.156 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:22:55.157 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:22:55.158 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:22:55.159 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.160 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.161 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.162 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.163 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.164 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.164 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:55.164 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.164 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.164 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.164 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.165 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.166 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.166 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.166 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:55.166 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.166 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.166 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.166 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.167 INFO:teuthology.orchestra.run.smithi186.stdout:Package ceph-mgr-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:22:55.220 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:22:55.221 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-06T03:22:55.221 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:22:55.221 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:22:55.291 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-dashboard 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.333 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.334 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:22:55.335 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:22:55.336 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.337 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.338 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.339 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.340 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.341 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.341 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.341 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:55.341 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.341 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.341 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.341 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:55.406 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:22:55.407 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================= 2024-04-06T03:22:55.407 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:22:55.407 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================= 2024-04-06T03:22:55.407 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 7.4 M 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-06T03:22:55.408 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:55.409 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:22:55.409 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================= 2024-04-06T03:22:55.409 INFO:teuthology.orchestra.run.smithi055.stdout:Install 12 Packages 2024-04-06T03:22:55.409 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:22:55.410 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 38 M 2024-04-06T03:22:55.410 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 209 M 2024-04-06T03:22:55.410 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:22:55.832 INFO:teuthology.orchestra.run.smithi055.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-04-06T03:22:55.883 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:06 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:22:55.924 INFO:teuthology.orchestra.run.smithi055.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 356 kB/s | 33 kB 00:00 2024-04-06T03:22:56.024 INFO:teuthology.orchestra.run.smithi055.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 803 kB 00:00 2024-04-06T03:22:56.133 INFO:teuthology.orchestra.run.smithi055.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 14 MB/s | 3.0 MB 00:00 2024-04-06T03:22:56.158 INFO:teuthology.orchestra.run.smithi055.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 136 kB/s | 18 kB 00:00 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:22:56.177 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:22:56.178 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.179 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:22:56.180 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.181 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.182 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.183 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:22:56.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.185 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.186 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:22:56.245 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:22:56.246 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:56.246 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:22:56.246 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 3.5 M 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 32 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 15 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-06T03:22:56.247 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-06T03:22:56.248 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:56.248 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:22:56.248 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:22:56.248 INFO:teuthology.orchestra.run.smithi186.stdout:Install 12 Packages 2024-04-06T03:22:56.248 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:22:56.248 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 8.6 M 2024-04-06T03:22:56.248 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 103 M 2024-04-06T03:22:56.249 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:22:56.309 INFO:teuthology.orchestra.run.smithi055.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 201 kB/s | 35 kB 00:00 2024-04-06T03:22:56.361 INFO:teuthology.orchestra.run.smithi055.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 4.8 MB/s | 245 kB 00:00 2024-04-06T03:22:56.440 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-06T03:22:56.509 INFO:teuthology.orchestra.run.smithi055.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-20 8.5 MB/s | 7.4 MB 00:00 2024-04-06T03:22:56.585 INFO:teuthology.orchestra.run.smithi055.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 2024-04-06T03:22:56.777 INFO:teuthology.orchestra.run.smithi055.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 939 kB/s | 250 kB 00:00 2024-04-06T03:22:56.805 INFO:teuthology.orchestra.run.smithi186.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2027.g9f 164 kB/s | 32 kB 00:00 2024-04-06T03:22:56.831 INFO:teuthology.orchestra.run.smithi186.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2027.g9f1 70 kB/s | 15 kB 00:00 2024-04-06T03:22:56.935 INFO:teuthology.orchestra.run.smithi055.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 46 MB/s | 16 MB 00:00 2024-04-06T03:22:57.019 INFO:teuthology.orchestra.run.smithi055.stdout:(12/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 5.5 MB/s | 4.7 MB 00:00 2024-04-06T03:22:57.019 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:57.020 INFO:teuthology.orchestra.run.smithi055.stdout:Total 24 MB/s | 38 MB 00:01 2024-04-06T03:22:57.039 INFO:teuthology.orchestra.run.smithi186.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2027.g9f19235 8.2 MB/s | 3.5 MB 00:00 2024-04-06T03:22:57.189 INFO:teuthology.orchestra.run.smithi186.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.6 MB/s | 863 kB 00:00 2024-04-06T03:22:57.376 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:22:57.398 INFO:teuthology.orchestra.run.smithi186.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.6 MB/s | 548 kB 00:00 2024-04-06T03:22:57.404 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:22:57.404 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:22:57.440 INFO:teuthology.orchestra.run.smithi186.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 467 kB/s | 19 kB 00:00 2024-04-06T03:22:57.464 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-06T03:22:57.491 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 12/12 2024-04-06T03:22:57.840 INFO:teuthology.orchestra.run.smithi186.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 5.1 MB/s | 2.0 MB 00:00 2024-04-06T03:22:57.849 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:22:57.850 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:22:57.882 INFO:teuthology.orchestra.run.smithi186.stdout:(8/12): python3-protobuf-3.14.0-13.el9.noarch.r 256 kB/s | 269 kB 00:01 2024-04-06T03:22:57.924 INFO:teuthology.orchestra.run.smithi186.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-04-06T03:22:57.957 INFO:teuthology.orchestra.run.smithi186.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 410 kB/s | 31 kB 00:00 2024-04-06T03:22:57.999 INFO:teuthology.orchestra.run.smithi186.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-04-06T03:22:58.628 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:22:58.707 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-06T03:22:58.751 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-06T03:22:58.783 INFO:teuthology.orchestra.run.smithi186.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 522 kB/s | 1.0 MB 00:01 2024-04-06T03:22:58.787 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:22:58.787 INFO:teuthology.orchestra.run.smithi186.stdout:Total 3.4 MB/s | 8.6 MB 00:02 2024-04-06T03:22:58.839 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:22:58.858 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:22:58.858 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:22:58.864 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-06T03:22:58.901 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-06T03:22:59.042 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:22:59.042 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:22:59.088 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-06T03:22:59.125 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-06T03:22:59.230 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-06T03:22:59.570 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:22:59.650 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-06T03:22:59.702 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-06T03:22:59.749 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-06T03:22:59.779 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-06T03:22:59.897 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-06T03:22:59.932 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-06T03:23:00.023 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 12/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 1/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-06T03:23:00.024 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-06T03:23:00.031 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-06T03:23:00.042 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-06T03:23:00.124 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-06T03:23:00.168 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-06T03:23:00.196 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-06T03:23:00.227 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9 10/12 2024-04-06T03:23:00.489 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-06T03:23:00.490 INFO:teuthology.orchestra.run.smithi190.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-06T03:23:00.491 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-06T03:23:00.491 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-06T03:23:00.491 INFO:teuthology.orchestra.run.smithi190.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-06T03:23:00.491 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:00.491 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:00.859 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-rook 2024-04-06T03:23:01.273 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el 11/12 2024-04-06T03:23:01.304 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 12/12 2024-04-06T03:23:01.341 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-06T03:23:01.467 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:24 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.756 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.757 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:01.758 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:01.759 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:01.760 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.761 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.762 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.763 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.764 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.765 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:01.826 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:01.827 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:01.827 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:23:01.827 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:01.827 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:01.827 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-rook noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 49 k 2024-04-06T03:23:01.827 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:23:01.827 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:01.828 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2024-04-06T03:23:01.829 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:01.829 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 2.2 M 2024-04-06T03:23:01.829 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 26 M 2024-04-06T03:23:01.829 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:02.258 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 213 kB/s | 19 kB 00:00 2024-04-06T03:23:02.275 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 240 kB/s | 26 kB 00:00 2024-04-06T03:23:02.359 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-04-06T03:23:02.376 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): ceph-mgr-rook-19.0.0-2027.g9f192350.el9 238 kB/s | 49 kB 00:00 2024-04-06T03:23:02.401 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-06T03:23:02.421 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-06T03:23:02.426 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-04-06T03:23:02.446 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 1.3 MB/s | 54 kB 00:00 2024-04-06T03:23:02.450 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 12/12 2024-04-06T03:23:02.669 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 120 kB/s | 32 kB 00:00 2024-04-06T03:23:02.685 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 12/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el 1/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noa 2/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9 3/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-06T03:23:02.698 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-06T03:23:02.699 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-06T03:23:02.830 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 417 kB/s | 59 kB 00:00 2024-04-06T03:23:02.853 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 495 kB/s | 203 kB 00:00 2024-04-06T03:23:02.945 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 768 kB/s | 90 kB 00:00 2024-04-06T03:23:02.987 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.2 MB/s | 1.0 MB 00:00 2024-04-06T03:23:02.988 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:02.989 INFO:teuthology.orchestra.run.smithi190.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-06T03:23:03.050 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:03.065 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:03.065 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-grafana-dashboards-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-prometheus-alerts-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-06T03:23:03.084 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-06T03:23:03.085 INFO:teuthology.orchestra.run.smithi186.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-06T03:23:03.085 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-06T03:23:03.085 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-06T03:23:03.085 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:03.085 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:23:03.158 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:03.159 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:03.371 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-06T03:23:03.697 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:03.859 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-06T03:23:03.913 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-06T03:23:03.968 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-06T03:23:03.994 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:14 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:23:04.005 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-06T03:23:04.047 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-06T03:23:04.140 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-06T03:23:04.250 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-06T03:23:04.284 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:23:04.284 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:23:04.284 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:23:04.284 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.284 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:23:04.284 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:23:04.285 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:23:04.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:04.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:04.298 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-06T03:23:04.353 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:23:04.354 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================= 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================= 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 7.4 M 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-06T03:23:04.355 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:04.356 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:23:04.357 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================= 2024-04-06T03:23:04.357 INFO:teuthology.orchestra.run.smithi186.stdout:Install 12 Packages 2024-04-06T03:23:04.357 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:04.357 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 38 M 2024-04-06T03:23:04.358 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 209 M 2024-04-06T03:23:04.358 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:23:04.609 INFO:teuthology.orchestra.run.smithi186.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 195 kB 00:00 2024-04-06T03:23:04.668 INFO:teuthology.orchestra.run.smithi186.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.1 MB/s | 803 kB 00:00 2024-04-06T03:23:05.000 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 12/12 2024-04-06T03:23:05.000 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 1/12 2024-04-06T03:23:05.000 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-06T03:23:05.000 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-06T03:23:05.000 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-06T03:23:05.001 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-06T03:23:05.001 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-06T03:23:05.001 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-06T03:23:05.001 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-06T03:23:05.001 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-06T03:23:05.001 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-06T03:23:05.001 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-06T03:23:05.020 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-06T03:23:05.071 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-06T03:23:05.105 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-06T03:23:05.153 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-06T03:23:05.175 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 13/13 2024-04-06T03:23:05.268 INFO:teuthology.orchestra.run.smithi186.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-20 9.8 MB/s | 7.4 MB 00:00 2024-04-06T03:23:05.293 INFO:teuthology.orchestra.run.smithi186.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 48 kB/s | 33 kB 00:00 2024-04-06T03:23:05.468 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-06T03:23:05.468 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:05.468 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:05.468 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:05.468 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:05.469 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:05.785 INFO:teuthology.orchestra.run.smithi186.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 35 kB/s | 18 kB 00:00 2024-04-06T03:23:05.834 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-rook 2024-04-06T03:23:05.911 INFO:teuthology.orchestra.run.smithi186.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 57 kB/s | 35 kB 00:00 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 13/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 1/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-06T03:23:05.948 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-06T03:23:05.949 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-06T03:23:06.328 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-06T03:23:06.328 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:06.328 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:06.328 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:06.329 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:06.448 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:27 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:06.619 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-cephadm 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:06.753 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:06.754 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:06.755 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:06.756 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.757 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:06.758 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.759 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.760 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.761 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.762 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.762 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:06.762 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.762 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.762 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.762 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:06.828 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 49 k 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-06T03:23:06.829 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout:Install 13 Packages 2024-04-06T03:23:06.830 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:06.831 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 2.2 M 2024-04-06T03:23:06.831 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 26 M 2024-04-06T03:23:06.831 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:07.078 INFO:teuthology.orchestra.run.smithi186.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 210 kB/s | 245 kB 00:01 2024-04-06T03:23:07.214 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:30 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:07.224 INFO:teuthology.orchestra.run.smithi055.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 335 kB/s | 26 kB 00:00 2024-04-06T03:23:07.250 INFO:teuthology.orchestra.run.smithi055.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 189 kB/s | 19 kB 00:00 2024-04-06T03:23:07.316 INFO:teuthology.orchestra.run.smithi055.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.4 MB/s | 159 kB 00:00 2024-04-06T03:23:07.350 INFO:teuthology.orchestra.run.smithi055.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-04-06T03:23:07.376 INFO:teuthology.orchestra.run.smithi055.stdout:(5/13): ceph-mgr-rook-19.0.0-2027.g9f192350.el9 216 kB/s | 49 kB 00:00 2024-04-06T03:23:07.418 INFO:teuthology.orchestra.run.smithi055.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 797 kB/s | 54 kB 00:00 2024-04-06T03:23:07.443 INFO:teuthology.orchestra.run.smithi055.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.2 MB/s | 279 kB 00:00 2024-04-06T03:23:07.502 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:07.503 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.504 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:07.505 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:07.506 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:07.507 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.508 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.509 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:07.510 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.510 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.510 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.510 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.511 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.512 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:07.572 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 139 k 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-06T03:23:07.573 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:07.574 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:07.574 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:07.574 INFO:teuthology.orchestra.run.smithi190.stdout:Install 6 Packages 2024-04-06T03:23:07.574 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:07.574 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 7.0 M 2024-04-06T03:23:07.574 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 33 M 2024-04-06T03:23:07.575 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:07.635 INFO:teuthology.orchestra.run.smithi055.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-04-06T03:23:07.677 INFO:teuthology.orchestra.run.smithi055.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-04-06T03:23:07.954 INFO:teuthology.orchestra.run.smithi055.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 398 kB/s | 203 kB 00:00 2024-04-06T03:23:08.011 INFO:teuthology.orchestra.run.smithi055.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 177 kB/s | 59 kB 00:00 2024-04-06T03:23:08.122 INFO:teuthology.orchestra.run.smithi190.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2027.g9f192350.e 621 kB/s | 139 kB 00:00 2024-04-06T03:23:08.165 INFO:teuthology.orchestra.run.smithi190.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 931 kB/s | 248 kB 00:00 2024-04-06T03:23:08.294 INFO:teuthology.orchestra.run.smithi055.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 262 kB/s | 90 kB 00:00 2024-04-06T03:23:08.328 INFO:teuthology.orchestra.run.smithi055.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.5 MB/s | 1.0 MB 00:00 2024-04-06T03:23:08.328 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:08.329 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-04-06T03:23:08.398 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:08.415 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:08.415 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:08.518 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:08.519 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:08.640 INFO:teuthology.orchestra.run.smithi190.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 121 kB/s | 58 kB 00:00 2024-04-06T03:23:08.907 INFO:teuthology.orchestra.run.smithi190.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 191 kB/s | 51 kB 00:00 2024-04-06T03:23:09.040 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:09.223 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-06T03:23:09.296 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-06T03:23:09.352 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-06T03:23:09.389 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-06T03:23:09.438 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-06T03:23:09.543 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-06T03:23:09.603 INFO:teuthology.orchestra.run.smithi186.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 620 kB/s | 3.0 MB 00:04 2024-04-06T03:23:09.653 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-06T03:23:09.707 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-06T03:23:09.765 INFO:teuthology.orchestra.run.smithi190.stdout:(5/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.2 MB/s | 6.0 MB 00:01 2024-04-06T03:23:09.857 INFO:teuthology.orchestra.run.smithi190.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 316 kB/s | 548 kB 00:01 2024-04-06T03:23:09.858 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:09.858 INFO:teuthology.orchestra.run.smithi190.stdout:Total 3.1 MB/s | 7.0 MB 00:02 2024-04-06T03:23:09.930 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:09.942 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:09.943 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:10.046 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:10.046 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:10.354 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:10.464 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-06T03:23:10.494 INFO:teuthology.orchestra.run.smithi186.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 281 kB/s | 250 kB 00:00 2024-04-06T03:23:10.512 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-06T03:23:10.529 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-06T03:23:10.545 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-06T03:23:10.575 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-06T03:23:10.594 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-06T03:23:10.626 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 13/13 2024-04-06T03:23:11.089 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-06T03:23:11.177 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-06T03:23:11.248 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-06T03:23:11.271 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 6/6 2024-04-06T03:23:11.604 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 13/13 2024-04-06T03:23:11.604 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 1/13 2024-04-06T03:23:11.604 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-06T03:23:11.604 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-06T03:23:11.604 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-06T03:23:11.604 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-06T03:23:11.604 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-06T03:23:11.605 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-06T03:23:11.605 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-06T03:23:11.605 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-06T03:23:11.605 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-06T03:23:11.605 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-06T03:23:11.605 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-06T03:23:12.040 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-06T03:23:12.041 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-06T03:23:12.042 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-06T03:23:12.042 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-06T03:23:12.042 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-06T03:23:12.042 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-06T03:23:12.042 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:12.042 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:12.046 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 6/6 2024-04-06T03:23:12.046 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/6 2024-04-06T03:23:12.046 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-06T03:23:12.046 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-06T03:23:12.046 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-06T03:23:12.046 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-06T03:23:12.321 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-cephadm 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-06T03:23:12.360 INFO:teuthology.orchestra.run.smithi190.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-06T03:23:12.361 INFO:teuthology.orchestra.run.smithi190.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-06T03:23:12.361 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:12.361 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:12.610 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-fuse 2024-04-06T03:23:12.930 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:33 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:12.961 INFO:teuthology.orchestra.run.smithi186.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 676 kB/s | 4.7 MB 00:07 2024-04-06T03:23:13.206 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:36 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:13.237 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.238 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:13.239 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.240 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:13.241 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.241 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:13.241 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.241 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:13.241 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.241 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:13.242 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:13.243 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:13.244 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.245 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:13.246 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.247 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.310 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:13.312 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:13.312 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:23:13.312 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:13.312 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:13.312 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 139 k 2024-04-06T03:23:13.312 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout:Install 6 Packages 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 7.0 M 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 33 M 2024-04-06T03:23:13.313 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:13.492 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:13.492 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:13.493 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:13.494 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.495 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.496 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.497 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.498 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:13.499 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.500 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.501 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:13.561 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:13.561 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:13.561 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:23:13.561 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:13.561 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:13.561 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-fuse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 889 k 2024-04-06T03:23:13.561 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:23:13.562 INFO:teuthology.orchestra.run.smithi190.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-06T03:23:13.562 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:13.562 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:13.562 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:13.562 INFO:teuthology.orchestra.run.smithi190.stdout:Install 2 Packages 2024-04-06T03:23:13.562 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:13.563 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 970 k 2024-04-06T03:23:13.563 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 2.8 M 2024-04-06T03:23:13.563 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:13.814 INFO:teuthology.orchestra.run.smithi190.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 705 kB/s | 80 kB 00:00 2024-04-06T03:23:13.981 INFO:teuthology.orchestra.run.smithi055.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2027.g9f192350.e 544 kB/s | 139 kB 00:00 2024-04-06T03:23:14.082 INFO:teuthology.orchestra.run.smithi055.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 695 kB/s | 248 kB 00:00 2024-04-06T03:23:14.559 INFO:teuthology.orchestra.run.smithi190.stdout:(2/2): ceph-fuse-19.0.0-2027.g9f192350.el9.x86_ 1.0 MB/s | 889 kB 00:00 2024-04-06T03:23:14.560 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:14.560 INFO:teuthology.orchestra.run.smithi190.stdout:Total 972 kB/s | 970 kB 00:00 2024-04-06T03:23:14.572 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:14.595 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:14.595 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:14.673 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:14.673 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:14.728 INFO:teuthology.orchestra.run.smithi186.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 682 kB/s | 5.1 MB 00:07 2024-04-06T03:23:14.858 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:14.993 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-06T03:23:15.068 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2/2 2024-04-06T03:23:15.707 INFO:teuthology.orchestra.run.smithi055.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 35 kB/s | 58 kB 00:01 2024-04-06T03:23:15.790 INFO:teuthology.orchestra.run.smithi055.stdout:(4/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.9 MB/s | 6.0 MB 00:02 2024-04-06T03:23:15.811 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2/2 2024-04-06T03:23:15.811 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/2 2024-04-06T03:23:15.874 INFO:teuthology.orchestra.run.smithi055.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 306 kB/s | 51 kB 00:00 2024-04-06T03:23:16.152 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-06T03:23:16.152 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:16.152 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:16.152 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-06T03:23:16.152 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:16.152 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:16.158 INFO:teuthology.orchestra.run.smithi055.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 252 kB/s | 548 kB 00:02 2024-04-06T03:23:16.161 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:16.161 INFO:teuthology.orchestra.run.smithi055.stdout:Total 2.5 MB/s | 7.0 MB 00:02 2024-04-06T03:23:16.236 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:16.249 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:16.249 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:16.356 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:16.357 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:16.448 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-volume 2024-04-06T03:23:16.678 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:16.856 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-06T03:23:16.910 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-06T03:23:17.061 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:40 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:17.365 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:17.365 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.366 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:17.367 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.368 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.369 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.370 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.376 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:17.377 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.378 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.379 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:17.436 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-volume noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 264 k 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:17.437 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:17.438 INFO:teuthology.orchestra.run.smithi190.stdout:Install 2 Packages 2024-04-06T03:23:17.438 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:17.438 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 341 k 2024-04-06T03:23:17.438 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 1.5 M 2024-04-06T03:23:17.438 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:17.466 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-06T03:23:17.556 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-06T03:23:17.583 INFO:teuthology.orchestra.run.smithi190.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 1.1 MB/s | 77 kB 00:00 2024-04-06T03:23:17.634 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-06T03:23:17.663 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 6/6 2024-04-06T03:23:18.174 INFO:teuthology.orchestra.run.smithi190.stdout:(2/2): ceph-volume-19.0.0-2027.g9f192350.el9.no 401 kB/s | 264 kB 00:00 2024-04-06T03:23:18.175 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:18.175 INFO:teuthology.orchestra.run.smithi190.stdout:Total 462 kB/s | 341 kB 00:00 2024-04-06T03:23:18.189 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:18.197 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:18.197 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:18.238 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:18.238 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:18.390 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:18.437 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 6/6 2024-04-06T03:23:18.437 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/6 2024-04-06T03:23:18.437 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-06T03:23:18.437 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-06T03:23:18.437 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-06T03:23:18.437 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-06T03:23:18.558 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-06T03:23:18.594 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2/2 2024-04-06T03:23:18.610 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2/2 2024-04-06T03:23:18.610 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:23:18.610 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-06T03:23:18.610 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-06T03:23:18.756 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:18.757 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:19.036 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-fuse 2024-04-06T03:23:19.387 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 1/2 2024-04-06T03:23:19.641 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:40 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:19.735 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-06T03:23:19.735 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:19.735 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:19.735 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:19.735 INFO:teuthology.orchestra.run.smithi190.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-06T03:23:19.735 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:19.735 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:19.947 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:19.947 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:19.947 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:19.947 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.947 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:19.947 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:19.948 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.949 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:19.950 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.951 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.952 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.953 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.954 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:19.955 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:19.956 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:20.020 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 889 k 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:20.021 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:20.022 INFO:teuthology.orchestra.run.smithi055.stdout:Install 2 Packages 2024-04-06T03:23:20.022 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:20.022 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 970 k 2024-04-06T03:23:20.022 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 2.8 M 2024-04-06T03:23:20.022 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:20.063 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librados-devel 2024-04-06T03:23:20.501 INFO:teuthology.orchestra.run.smithi055.stdout:(1/2): ceph-fuse-19.0.0-2027.g9f192350.el9.x86_ 2.0 MB/s | 889 kB 00:00 2024-04-06T03:23:20.526 INFO:teuthology.orchestra.run.smithi055.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 172 kB/s | 80 kB 00:00 2024-04-06T03:23:20.526 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:20.527 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.9 MB/s | 970 kB 00:00 2024-04-06T03:23:20.539 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:20.562 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:20.563 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:20.645 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:20.645 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:20.701 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:43 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:20.841 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:20.982 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-06T03:23:21.003 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:21.003 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:21.003 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:21.003 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.003 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:21.003 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.003 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.004 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.005 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:21.006 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.007 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:21.008 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.009 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.010 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.011 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.012 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.012 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.012 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:21.012 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.012 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.012 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.012 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:21.063 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2/2 2024-04-06T03:23:21.076 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:21.076 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout: librados-devel x86_64 2:19.0.0-2027.g9f192350.el9 ceph 127 k 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-06T03:23:21.077 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:21.078 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 127 k 2024-04-06T03:23:21.078 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 456 k 2024-04-06T03:23:21.078 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:21.398 INFO:teuthology.orchestra.run.smithi190.stdout:librados-devel-19.0.0-2027.g9f192350.el9.x86_64 396 kB/s | 127 kB 00:00 2024-04-06T03:23:21.399 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:21.399 INFO:teuthology.orchestra.run.smithi190.stdout:Total 393 kB/s | 127 kB 00:00 2024-04-06T03:23:21.400 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:21.405 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:21.405 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:21.465 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:21.466 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:21.615 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:21.706 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2/2 2024-04-06T03:23:21.707 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/2 2024-04-06T03:23:21.722 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:22.022 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-06T03:23:22.022 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:22.022 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:22.023 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-06T03:23:22.023 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:22.023 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:22.189 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:22.295 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-volume 2024-04-06T03:23:22.483 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:22.483 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:22.483 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:22.483 INFO:teuthology.orchestra.run.smithi190.stdout: librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:22.483 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:22.483 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:22.773 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install libcephfs2 2024-04-06T03:23:22.910 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:43 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:23.213 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:23.213 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:23.214 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:23.215 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.216 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.217 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.218 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:23.219 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.220 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.221 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.222 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.223 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.223 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.223 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:23.223 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.223 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.223 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.223 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.288 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:23.289 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:23.289 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-04-06T03:23:23.289 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:23.289 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:23.289 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-volume noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 264 k 2024-04-06T03:23:23.289 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-04-06T03:23:23.289 INFO:teuthology.orchestra.run.smithi055.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-06T03:23:23.290 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:23.290 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:23.290 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:23.290 INFO:teuthology.orchestra.run.smithi055.stdout:Install 2 Packages 2024-04-06T03:23:23.290 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:23.290 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 341 k 2024-04-06T03:23:23.290 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 1.5 M 2024-04-06T03:23:23.291 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:23.386 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:46 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:23.606 INFO:teuthology.orchestra.run.smithi055.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 472 kB/s | 77 kB 00:00 2024-04-06T03:23:23.680 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:23.680 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:23.680 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:23.680 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.681 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.682 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:23.683 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:23.684 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.685 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.686 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.687 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.688 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.689 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.690 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:23.690 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.690 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.690 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.690 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:23.691 INFO:teuthology.orchestra.run.smithi190.stdout:Package libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:23.698 INFO:teuthology.orchestra.run.smithi055.stdout:(2/2): ceph-volume-19.0.0-2027.g9f192350.el9.no 1.0 MB/s | 264 kB 00:00 2024-04-06T03:23:23.699 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:23.699 INFO:teuthology.orchestra.run.smithi055.stdout:Total 832 kB/s | 341 kB 00:00 2024-04-06T03:23:23.711 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:23.722 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:23.722 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:23.750 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:23.751 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:23:23.752 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:23.761 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:23.761 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:23.833 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install libcephfs-devel 2024-04-06T03:23:23.912 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:24.087 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-06T03:23:24.118 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2/2 2024-04-06T03:23:24.134 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2/2 2024-04-06T03:23:24.134 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:23:24.134 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-06T03:23:24.134 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:24.426 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:47 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:24.715 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:24.715 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:24.715 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:24.715 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.715 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:24.715 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.716 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:24.717 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.718 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.719 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:24.720 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.721 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.722 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.723 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.724 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.724 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:24.785 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:24.785 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-devel x86_64 2:19.0.0-2027.g9f192350.el9 ceph 32 k 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 32 k 2024-04-06T03:23:24.786 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 142 k 2024-04-06T03:23:24.787 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:24.881 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 1/2 2024-04-06T03:23:24.952 INFO:teuthology.orchestra.run.smithi190.stdout:libcephfs-devel-19.0.0-2027.g9f192350.el9.x86_6 191 kB/s | 32 kB 00:00 2024-04-06T03:23:24.955 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:24.955 INFO:teuthology.orchestra.run.smithi190.stdout:Total 190 kB/s | 32 kB 00:00 2024-04-06T03:23:24.955 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:24.956 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:24.956 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:24.981 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:24.982 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:25.076 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:25.192 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:25.222 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-06T03:23:25.222 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:25.222 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:25.222 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:25.223 INFO:teuthology.orchestra.run.smithi055.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-06T03:23:25.223 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:25.223 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:25.566 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librados-devel 2024-04-06T03:23:25.577 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:25.856 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:25.857 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:25.857 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:25.857 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:25.857 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:25.857 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:26.047 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librados2 2024-04-06T03:23:26.180 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:47 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:26.485 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:26.486 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:26.487 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:26.488 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:26.489 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.490 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.491 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.492 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:26.493 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.494 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.494 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.494 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.559 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel x86_64 2:19.0.0-2027.g9f192350.el9 ceph 127 k 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:26.561 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-04-06T03:23:26.561 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:26.561 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 127 k 2024-04-06T03:23:26.561 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 456 k 2024-04-06T03:23:26.561 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:26.645 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:49 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:26.872 INFO:teuthology.orchestra.run.smithi055.stdout:librados-devel-19.0.0-2027.g9f192350.el9.x86_64 409 kB/s | 127 kB 00:00 2024-04-06T03:23:26.872 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:26.873 INFO:teuthology.orchestra.run.smithi055.stdout:Total 406 kB/s | 127 kB 00:00 2024-04-06T03:23:26.873 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:26.879 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:26.879 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:26.937 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:26.937 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:26.937 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:26.937 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.937 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:26.938 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:26.939 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:26.940 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:26.941 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.942 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.943 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.944 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.945 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.946 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.946 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:26.946 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.946 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.946 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.946 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:26.947 INFO:teuthology.orchestra.run.smithi190.stdout:Package librados2-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:26.947 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:26.947 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:27.006 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:27.007 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:23:27.007 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:27.082 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librbd1 2024-04-06T03:23:27.095 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:27.198 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:27.639 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:27.680 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:50 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:27.947 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:27.947 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:27.947 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:27.947 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:27.947 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:27.947 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:27.976 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:27.976 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:27.976 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.977 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.978 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.979 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.980 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:27.981 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.982 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:27.983 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.984 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:27.985 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.985 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.985 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.985 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:27.985 INFO:teuthology.orchestra.run.smithi190.stdout:Package librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:28.046 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:28.047 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:23:28.047 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:28.123 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rados 2024-04-06T03:23:28.190 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install libcephfs2 2024-04-06T03:23:28.724 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:51 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:28.803 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:49 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:29.017 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:29.017 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:29.017 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:29.017 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.017 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.018 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.019 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:29.020 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.021 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.022 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.023 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:29.024 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.025 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.026 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.027 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:29.087 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:29.088 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:23:29.088 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:29.106 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.107 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:29.108 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.108 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:29.108 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.108 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:29.108 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.108 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:29.108 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.109 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:29.109 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.109 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:29.109 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.109 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.110 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.111 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:29.112 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.113 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.114 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.115 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:29.116 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.116 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.116 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.116 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:29.116 INFO:teuthology.orchestra.run.smithi055.stdout:Package libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:29.166 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rgw 2024-04-06T03:23:29.180 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:29.181 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:23:29.181 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:29.247 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install libcephfs-devel 2024-04-06T03:23:29.769 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:52 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:29.851 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:50 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:30.057 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.058 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.059 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.060 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:30.061 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.062 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.063 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.064 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.065 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.066 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:30.128 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:30.129 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:23:30.129 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:30.153 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:30.154 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:30.155 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.156 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:30.157 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.158 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:30.159 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.159 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.159 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.159 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:30.159 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.159 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.159 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.160 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.161 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.162 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:30.207 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-cephfs 2024-04-06T03:23:30.226 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel x86_64 2:19.0.0-2027.g9f192350.el9 ceph 32 k 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:30.227 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-04-06T03:23:30.228 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:30.228 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 32 k 2024-04-06T03:23:30.228 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 142 k 2024-04-06T03:23:30.228 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:30.409 INFO:teuthology.orchestra.run.smithi055.stdout:libcephfs-devel-19.0.0-2027.g9f192350.el9.x86_6 176 kB/s | 32 kB 00:00 2024-04-06T03:23:30.409 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:30.409 INFO:teuthology.orchestra.run.smithi055.stdout:Total 174 kB/s | 32 kB 00:00 2024-04-06T03:23:30.409 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:30.413 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:30.414 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:30.441 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:30.442 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:30.529 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:30.635 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:30.802 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:53 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:30.978 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.095 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.096 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:31.097 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:31.098 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.099 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:31.100 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.101 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:31.102 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.103 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.104 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:31.105 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:31.164 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:31.165 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:23:31.166 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:31.244 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rbd 2024-04-06T03:23:31.254 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:31.255 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:31.255 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:31.255 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:31.255 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:31.255 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:31.442 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librados2 2024-04-06T03:23:31.855 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:54 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:32.048 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:53 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.146 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:32.147 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:32.148 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:32.149 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:32.150 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:32.151 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.152 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.153 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.154 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.155 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:32.215 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:32.216 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-06T03:23:32.216 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:32.284 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-fuse 2024-04-06T03:23:32.309 INFO:teuthology.orchestra.run.smithi186.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 763 kB/s | 16 MB 00:21 2024-04-06T03:23:32.311 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:32.311 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.4 MB/s | 38 MB 00:27 2024-04-06T03:23:32.350 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:32.350 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:32.350 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:32.350 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.350 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:32.350 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:32.351 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.352 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:32.353 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.354 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.355 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.356 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.357 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.358 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.359 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.360 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:32.361 INFO:teuthology.orchestra.run.smithi055.stdout:Package librados2-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:32.423 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:32.424 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:23:32.425 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:32.494 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librbd1 2024-04-06T03:23:32.664 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:23:32.691 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:23:32.691 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:23:32.876 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:55 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:33.097 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:54 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:33.115 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:23:33.116 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:23:33.173 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:33.173 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:33.173 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:33.173 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.173 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:33.173 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.173 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.174 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:33.176 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:33.177 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:33.178 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.179 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.180 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:33.181 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.182 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:33.183 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.183 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.183 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.183 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.243 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-fuse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 85 k 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:33.244 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:33.245 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-06T03:23:33.245 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:33.245 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 85 k 2024-04-06T03:23:33.245 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 231 k 2024-04-06T03:23:33.245 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:33.399 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:33.399 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:33.399 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:33.399 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.399 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:33.399 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.399 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:33.400 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.401 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:33.402 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:33.403 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.404 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.405 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.406 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.407 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.408 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:33.409 INFO:teuthology.orchestra.run.smithi055.stdout:Package librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:33.447 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-fuse-19.0.0-2027.g9f192350.el9.x86_64.rpm 422 kB/s | 85 kB 00:00 2024-04-06T03:23:33.448 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:33.448 INFO:teuthology.orchestra.run.smithi190.stdout:Total 419 kB/s | 85 kB 00:00 2024-04-06T03:23:33.448 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:33.455 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:33.455 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:33.471 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:33.473 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:23:33.473 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:33.514 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:33.514 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:33.543 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rados 2024-04-06T03:23:33.708 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:33.811 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:33.896 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:23:33.972 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-06T03:23:34.007 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-06T03:23:34.108 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-06T03:23:34.151 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:55 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:34.158 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-06T03:23:34.173 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:34.338 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-06T03:23:34.365 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-06T03:23:34.452 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-06T03:23:34.457 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:34.458 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:34.459 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:34.460 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:34.461 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.462 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:34.462 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.462 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:34.462 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.462 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:34.463 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.464 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.465 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.466 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:34.467 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:34.507 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:34.507 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:34.507 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:34.507 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:34.507 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:34.507 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:34.532 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:34.533 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:23:34.533 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:34.602 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rgw 2024-04-06T03:23:34.737 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-mirror 2024-04-06T03:23:35.112 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-06T03:23:35.228 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:56 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:35.230 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-06T03:23:35.351 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:58 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.532 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.533 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.534 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.535 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:35.536 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.536 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:35.536 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.536 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:35.536 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.537 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:35.538 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.539 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.540 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.541 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.541 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.541 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:35.541 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.541 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.541 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.541 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.542 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:35.606 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:35.607 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:23:35.607 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:35.643 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:35.643 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.644 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.645 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:35.646 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:35.647 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:35.648 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.649 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.650 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:35.651 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.651 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.651 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.651 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.651 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.652 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.653 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:35.653 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.653 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.653 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.653 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:35.674 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-cephfs 2024-04-06T03:23:35.713 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-mirror x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.1 M 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-06T03:23:35.714 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:35.715 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 3.1 M 2024-04-06T03:23:35.715 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 13 M 2024-04-06T03:23:35.715 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:36.267 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-mirror-19.0.0-2027.g9f192350.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-04-06T03:23:36.267 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:36.268 INFO:teuthology.orchestra.run.smithi190.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-04-06T03:23:36.268 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:36.277 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:36.277 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:36.279 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:57 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:36.355 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:36.355 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:36.475 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:36.588 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:36.589 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:36.590 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.591 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.592 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.593 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.594 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:36.595 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.596 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:36.597 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.598 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.598 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.598 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:36.599 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:36.662 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:36.662 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:23:36.662 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:36.730 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rbd 2024-04-06T03:23:36.786 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:36.843 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:36.868 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:36.868 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:23:36.868 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-06T03:23:36.868 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-06T03:23:36.868 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-06T03:23:36.868 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:37.341 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:58 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:37.522 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-06T03:23:37.558 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 12/12 2024-04-06T03:23:37.650 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:37.650 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:37.650 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:37.650 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.650 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:37.650 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:37.651 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.652 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.653 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.654 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.655 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.656 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.657 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.658 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.659 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:37.660 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:23:37.724 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:37.725 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-04-06T03:23:37.725 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:37.791 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-fuse 2024-04-06T03:23:37.991 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:37.991 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:37.992 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:37.992 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:37.992 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:37.992 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:38.232 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-nbd 2024-04-06T03:23:38.393 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:59 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:38.693 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:38.693 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:38.693 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:38.694 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:38.695 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.696 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:38.697 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:38.698 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.699 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.700 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.701 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.702 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:38.765 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:38.766 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:38.766 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-04-06T03:23:38.766 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:38.766 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:38.766 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 85 k 2024-04-06T03:23:38.766 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:38.766 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:38.767 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:38.767 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-04-06T03:23:38.767 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:38.767 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 85 k 2024-04-06T03:23:38.767 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 231 k 2024-04-06T03:23:38.767 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:38.841 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:02:01 ago on Sat 06 Apr 2024 03:21:37 AM UTC. 2024-04-06T03:23:38.953 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-fuse-19.0.0-2027.g9f192350.el9.x86_64.rpm 457 kB/s | 85 kB 00:00 2024-04-06T03:23:38.954 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:38.954 INFO:teuthology.orchestra.run.smithi055.stdout:Total 454 kB/s | 85 kB 00:00 2024-04-06T03:23:38.954 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:38.962 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:38.962 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:39.023 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:39.024 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr:Modular dependency problems: 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 1: conflicting requests 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 2: conflicting requests 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 3: conflicting requests 2024-04-06T03:23:39.133 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 4: conflicting requests 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 5: conflicting requests 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 6: conflicting requests 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 7: conflicting requests 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 8: conflicting requests 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.134 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 9: conflicting requests 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 10: conflicting requests 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 11: conflicting requests 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 12: conflicting requests 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 13: conflicting requests 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 14: conflicting requests 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.135 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 15: conflicting requests 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 16: conflicting requests 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 17: conflicting requests 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 18: conflicting requests 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 19: conflicting requests 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 20: conflicting requests 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.136 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 21: conflicting requests 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 22: conflicting requests 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 23: conflicting requests 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 24: conflicting requests 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 25: conflicting requests 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.137 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 26: conflicting requests 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 27: conflicting requests 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 28: conflicting requests 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 29: conflicting requests 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 30: conflicting requests 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 31: conflicting requests 2024-04-06T03:23:39.138 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 32: conflicting requests 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 33: conflicting requests 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 34: conflicting requests 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 35: conflicting requests 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 36: conflicting requests 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 37: conflicting requests 2024-04-06T03:23:39.139 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 39: conflicting requests 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.140 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.141 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.141 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.141 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:39.141 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.141 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.141 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.142 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.143 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.143 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:39.144 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.144 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.144 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.144 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.145 INFO:teuthology.orchestra.run.smithi190.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:39.201 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-nbd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 170 k 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-06T03:23:39.202 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-06T03:23:39.203 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-06T03:23:39.203 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:39.203 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 170 k 2024-04-06T03:23:39.203 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 494 k 2024-04-06T03:23:39.203 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-06T03:23:39.208 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:39.321 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:39.545 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-nbd-19.0.0-2027.g9f192350.el9.x86_64.rpm 498 kB/s | 170 kB 00:00 2024-04-06T03:23:39.546 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:39.546 INFO:teuthology.orchestra.run.smithi190.stdout:Total 496 kB/s | 170 kB 00:00 2024-04-06T03:23:39.546 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-06T03:23:39.555 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-06T03:23:39.555 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-06T03:23:39.615 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-06T03:23:39.616 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-06T03:23:39.697 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:39.770 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-06T03:23:39.861 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:40.015 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:40.016 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:40.016 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:40.016 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:40.016 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:40.016 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:40.103 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 12/12 2024-04-06T03:23:40.103 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192 1/12 2024-04-06T03:23:40.103 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-06T03:23:40.103 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-06T03:23:40.103 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-06T03:23:40.104 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-06T03:23:40.104 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-06T03:23:40.104 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-06T03:23:40.104 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-06T03:23:40.104 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-06T03:23:40.104 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-06T03:23:40.104 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-06T03:23:40.249 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-mirror 2024-04-06T03:23:40.306 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:40.575 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-06T03:23:40.575 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:40.575 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:23:40.575 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:40.576 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:23:40.623 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:40.624 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:40.624 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-06T03:23:40.624 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:40.624 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:23:40.624 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-06T03:23:40.863 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:01 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:40.891 DEBUG:teuthology.parallel:result is None 2024-04-06T03:23:41.008 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-rook 2024-04-06T03:23:41.165 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:41.165 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.166 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.167 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:41.168 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:41.169 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:41.170 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.171 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.172 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.173 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.174 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.174 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:41.174 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.174 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.174 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.174 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.237 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:41.238 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:41.238 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-04-06T03:23:41.238 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:41.238 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.1 M 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 3.1 M 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 13 M 2024-04-06T03:23:41.239 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:41.613 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:52 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:23:41.614 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-mirror-19.0.0-2027.g9f192350.el9.x86_64.rpm 8.2 MB/s | 3.1 MB 00:00 2024-04-06T03:23:41.615 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:41.615 INFO:teuthology.orchestra.run.smithi055.stdout:Total 8.2 MB/s | 3.1 MB 00:00 2024-04-06T03:23:41.616 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:41.625 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:41.626 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:41.706 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:41.706 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.906 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.907 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.908 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.909 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.910 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.911 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.912 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.913 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.914 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:41.976 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-rook noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 49 k 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-06T03:23:41.977 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout:Install 13 Packages 2024-04-06T03:23:41.978 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:41.979 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 2.2 M 2024-04-06T03:23:41.979 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 26 M 2024-04-06T03:23:41.979 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:23:42.147 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:42.215 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:42.239 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:42.240 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:23:42.240 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-06T03:23:42.240 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-06T03:23:42.240 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-06T03:23:42.240 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:42.558 INFO:teuthology.orchestra.run.smithi186.stdout:(1/13): ceph-mgr-rook-19.0.0-2027.g9f192350.el9 278 kB/s | 49 kB 00:00 2024-04-06T03:23:42.950 INFO:teuthology.orchestra.run.smithi186.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 34 kB/s | 19 kB 00:00 2024-04-06T03:23:42.975 INFO:teuthology.orchestra.run.smithi186.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 43 kB/s | 26 kB 00:00 2024-04-06T03:23:43.279 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:43.279 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:43.279 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:43.279 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:43.279 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:43.279 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:43.517 INFO:teuthology.orchestra.run.smithi186.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 232 kB/s | 222 kB 00:00 2024-04-06T03:23:43.518 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-nbd 2024-04-06T03:23:43.926 INFO:teuthology.orchestra.run.smithi186.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 163 kB/s | 159 kB 00:00 2024-04-06T03:23:44.035 INFO:teuthology.orchestra.run.smithi186.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 300 kB/s | 32 kB 00:00 2024-04-06T03:23:44.060 INFO:teuthology.orchestra.run.smithi186.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 257 kB/s | 279 kB 00:01 2024-04-06T03:23:44.093 INFO:teuthology.orchestra.run.smithi186.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 256 kB/s | 15 kB 00:00 2024-04-06T03:23:44.125 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:05 ago on Sat 06 Apr 2024 03:21:39 AM UTC. 2024-04-06T03:23:44.327 INFO:teuthology.orchestra.run.smithi186.stdout:(9/13): python3-requests-oauthlib-1.3.0-12.el9. 66 kB/s | 54 kB 00:00 2024-04-06T03:23:44.369 INFO:teuthology.orchestra.run.smithi186.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 657 kB/s | 203 kB 00:00 2024-04-06T03:23:44.430 INFO:teuthology.orchestra.run.smithi055.stderr:Modular dependency problems: 2024-04-06T03:23:44.430 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:23:44.430 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 1: conflicting requests 2024-04-06T03:23:44.430 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.430 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 2: conflicting requests 2024-04-06T03:23:44.430 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.430 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 3: conflicting requests 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 4: conflicting requests 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 5: conflicting requests 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 6: conflicting requests 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 7: conflicting requests 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 8: conflicting requests 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 9: conflicting requests 2024-04-06T03:23:44.431 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 10: conflicting requests 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 11: conflicting requests 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 12: conflicting requests 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 13: conflicting requests 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 14: conflicting requests 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 15: conflicting requests 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.432 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 16: conflicting requests 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 17: conflicting requests 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 18: conflicting requests 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 19: conflicting requests 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 20: conflicting requests 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 21: conflicting requests 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 22: conflicting requests 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.433 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 23: conflicting requests 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 24: conflicting requests 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 25: conflicting requests 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 26: conflicting requests 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 27: conflicting requests 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 28: conflicting requests 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 29: conflicting requests 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.434 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 30: conflicting requests 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 31: conflicting requests 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 32: conflicting requests 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 33: conflicting requests 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 34: conflicting requests 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 35: conflicting requests 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 36: conflicting requests 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.435 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 37: conflicting requests 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 39: conflicting requests 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.436 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.437 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.438 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.439 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.439 INFO:teuthology.orchestra.run.smithi055.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:44.478 INFO:teuthology.orchestra.run.smithi186.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 394 kB/s | 59 kB 00:00 2024-04-06T03:23:44.503 INFO:teuthology.orchestra.run.smithi186.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 671 kB/s | 90 kB 00:00 2024-04-06T03:23:44.505 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-04-06T03:23:44.505 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 170 k 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-04-06T03:23:44.506 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:44.507 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 170 k 2024-04-06T03:23:44.507 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 494 k 2024-04-06T03:23:44.507 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-04-06T03:23:44.870 INFO:teuthology.orchestra.run.smithi186.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.3 MB/s | 1.0 MB 00:00 2024-04-06T03:23:44.870 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:44.871 INFO:teuthology.orchestra.run.smithi186.stdout:Total 778 kB/s | 2.2 MB 00:02 2024-04-06T03:23:44.940 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:23:44.943 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-nbd-19.0.0-2027.g9f192350.el9.x86_64.rpm 391 kB/s | 170 kB 00:00 2024-04-06T03:23:44.943 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:44.944 INFO:teuthology.orchestra.run.smithi055.stdout:Total 389 kB/s | 170 kB 00:00 2024-04-06T03:23:44.944 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-04-06T03:23:44.953 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-04-06T03:23:44.953 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-04-06T03:23:44.955 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:23:44.955 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:23:45.016 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-04-06T03:23:45.017 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-04-06T03:23:45.051 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:23:45.052 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:23:45.176 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-04-06T03:23:45.270 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:45.562 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:23:45.671 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:45.726 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-06T03:23:45.779 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-06T03:23:45.842 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-06T03:23:45.880 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-06T03:23:45.921 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-06T03:23:45.986 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:23:45.986 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:45.986 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-04-06T03:23:45.986 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:23:45.986 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:23:45.986 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-04-06T03:23:46.016 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-06T03:23:46.125 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-06T03:23:46.173 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-06T03:23:46.221 DEBUG:teuthology.parallel:result is None 2024-04-06T03:23:46.908 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-06T03:23:46.954 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-06T03:23:46.987 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-06T03:23:47.035 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-06T03:23:47.058 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 13/13 2024-04-06T03:23:47.877 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 13/13 2024-04-06T03:23:47.877 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 1/13 2024-04-06T03:23:47.877 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-06T03:23:47.878 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-06T03:23:48.273 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-06T03:23:48.273 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:48.273 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:23:48.273 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-rook-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:48.273 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-06T03:23:48.273 INFO:teuthology.orchestra.run.smithi186.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-06T03:23:48.273 INFO:teuthology.orchestra.run.smithi186.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:48.274 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:23:48.571 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-cephadm 2024-04-06T03:23:49.167 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:00 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:23:49.457 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:23:49.457 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:23:49.458 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:23:49.459 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:23:49.460 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.461 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.462 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:49.463 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:49.464 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.465 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:49.466 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.466 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.466 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.466 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.466 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:49.466 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.466 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.467 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.467 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.467 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:49.467 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.467 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.467 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.467 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:49.527 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 139 k 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-06T03:23:49.528 INFO:teuthology.orchestra.run.smithi186.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-06T03:23:49.529 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:49.529 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:23:49.529 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:49.529 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2024-04-06T03:23:49.529 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:49.529 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 7.0 M 2024-04-06T03:23:49.529 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 33 M 2024-04-06T03:23:49.530 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:23:49.881 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2027.g9f192350.e 609 kB/s | 139 kB 00:00 2024-04-06T03:23:50.114 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.3 MB/s | 548 kB 00:00 2024-04-06T03:23:50.155 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 491 kB/s | 248 kB 00:00 2024-04-06T03:23:50.181 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 859 kB/s | 58 kB 00:00 2024-04-06T03:23:50.206 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-04-06T03:23:51.590 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.1 MB/s | 6.0 MB 00:01 2024-04-06T03:23:51.592 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:51.592 INFO:teuthology.orchestra.run.smithi186.stdout:Total 3.4 MB/s | 7.0 MB 00:02 2024-04-06T03:23:51.664 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:23:51.676 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:23:51.676 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:23:51.780 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:23:51.780 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:23:52.093 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:23:52.271 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-06T03:23:52.324 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-06T03:23:52.837 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-06T03:23:52.926 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-06T03:23:52.997 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-06T03:23:53.020 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 6/6 2024-04-06T03:23:53.811 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 6/6 2024-04-06T03:23:53.812 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 1/6 2024-04-06T03:23:53.812 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-06T03:23:53.812 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-06T03:23:53.812 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-06T03:23:53.812 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-06T03:23:54.122 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-06T03:23:54.122 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:54.122 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:23:54.122 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-cephadm-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:23:54.122 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-06T03:23:54.123 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-06T03:23:54.123 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-06T03:23:54.123 INFO:teuthology.orchestra.run.smithi186.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-06T03:23:54.123 INFO:teuthology.orchestra.run.smithi186.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-06T03:23:54.123 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:54.123 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:23:54.402 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-fuse 2024-04-06T03:23:54.998 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:05 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:23:55.289 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:23:55.289 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:23:55.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:23:55.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:23:55.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:23:55.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:23:55.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.295 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:23:55.296 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:55.297 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.298 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.298 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.298 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.298 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:55.298 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.298 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:55.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:55.357 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:23:55.357 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:55.357 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:23:55.357 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:55.357 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-fuse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 889 k 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout:Install 2 Packages 2024-04-06T03:23:55.358 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:55.359 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 970 k 2024-04-06T03:23:55.359 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 2.8 M 2024-04-06T03:23:55.359 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:23:55.575 INFO:teuthology.orchestra.run.smithi186.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 665 kB/s | 80 kB 00:00 2024-04-06T03:23:55.817 INFO:teuthology.orchestra.run.smithi186.stdout:(2/2): ceph-fuse-19.0.0-2027.g9f192350.el9.x86_ 2.4 MB/s | 889 kB 00:00 2024-04-06T03:23:55.818 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:55.818 INFO:teuthology.orchestra.run.smithi186.stdout:Total 2.1 MB/s | 970 kB 00:00 2024-04-06T03:23:55.829 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:23:55.851 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:23:55.851 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:23:55.927 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:23:55.928 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:23:56.104 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:23:56.243 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-06T03:23:56.308 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2/2 2024-04-06T03:23:57.011 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2/2 2024-04-06T03:23:57.011 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/2 2024-04-06T03:23:57.346 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-06T03:23:57.346 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:57.346 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:23:57.346 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-06T03:23:57.346 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:57.346 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:23:57.640 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-volume 2024-04-06T03:23:58.266 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:09 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:23:58.557 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:23:58.558 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:23:58.559 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:23:58.560 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:23:58.561 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.562 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.563 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.564 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.565 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.566 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:23:58.627 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:23:58.628 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:58.628 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-06T03:23:58.628 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:58.628 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:23:58.628 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-volume noarch 2:19.0.0-2027.g9f192350.el9 ceph-noarch 264 k 2024-04-06T03:23:58.628 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-06T03:23:58.628 INFO:teuthology.orchestra.run.smithi186.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout:Install 2 Packages 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 341 k 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 1.5 M 2024-04-06T03:23:58.629 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:23:58.849 INFO:teuthology.orchestra.run.smithi186.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 437 kB/s | 77 kB 00:00 2024-04-06T03:23:58.932 INFO:teuthology.orchestra.run.smithi186.stdout:(2/2): ceph-volume-19.0.0-2027.g9f192350.el9.no 1.0 MB/s | 264 kB 00:00 2024-04-06T03:23:58.933 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:23:58.933 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.1 MB/s | 341 kB 00:00 2024-04-06T03:23:58.945 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:23:58.954 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:23:58.954 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:23:58.998 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:23:58.998 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:23:59.148 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:23:59.316 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-06T03:23:59.360 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2/2 2024-04-06T03:23:59.375 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2/2 2024-04-06T03:23:59.375 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:23:59.376 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-06T03:23:59.376 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:00.064 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 1/2 2024-04-06T03:24:00.431 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-06T03:24:00.432 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:00.432 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:24:00.432 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-volume-2:19.0.0-2027.g9f192350.el9.noarch 2024-04-06T03:24:00.432 INFO:teuthology.orchestra.run.smithi186.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-06T03:24:00.432 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:00.432 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:00.798 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librados-devel 2024-04-06T03:24:01.406 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:12 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.696 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:01.697 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.698 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:01.699 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:01.700 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:01.701 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.702 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.703 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.704 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.705 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:01.705 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.705 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.705 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.705 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:01.765 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout: librados-devel x86_64 2:19.0.0-2027.g9f192350.el9 ceph 127 k 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-06T03:24:01.766 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:01.767 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 127 k 2024-04-06T03:24:01.767 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 456 k 2024-04-06T03:24:01.767 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:24:01.973 INFO:teuthology.orchestra.run.smithi186.stdout:librados-devel-19.0.0-2027.g9f192350.el9.x86_64 617 kB/s | 127 kB 00:00 2024-04-06T03:24:01.973 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:24:01.973 INFO:teuthology.orchestra.run.smithi186.stdout:Total 612 kB/s | 127 kB 00:00 2024-04-06T03:24:01.973 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:24:01.979 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:24:01.979 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:24:02.040 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:24:02.040 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:24:02.205 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:24:02.312 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:02.734 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:03.062 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:03.062 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:03.062 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:24:03.063 INFO:teuthology.orchestra.run.smithi186.stdout: librados-devel-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:24:03.063 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:03.063 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:03.349 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install libcephfs2 2024-04-06T03:24:03.973 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:14 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:04.265 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:04.265 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:04.265 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:04.265 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.265 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:04.265 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.265 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:04.266 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:04.267 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.268 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.269 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:04.270 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.271 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.272 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.273 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.274 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.275 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.275 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.275 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:04.275 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.275 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.275 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.275 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:04.276 INFO:teuthology.orchestra.run.smithi186.stdout:Package libcephfs2-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:24:04.335 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:04.336 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:24:04.336 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:04.414 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install libcephfs-devel 2024-04-06T03:24:05.010 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:16 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:05.298 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:05.298 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:05.298 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.299 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.300 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:05.301 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.302 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:05.303 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.304 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.305 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.305 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.305 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.305 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.306 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.307 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.308 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.308 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:05.308 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.308 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.308 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.308 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:05.368 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:05.368 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-devel x86_64 2:19.0.0-2027.g9f192350.el9 ceph 32 k 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 32 k 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 142 k 2024-04-06T03:24:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:24:05.526 INFO:teuthology.orchestra.run.smithi186.stdout:libcephfs-devel-19.0.0-2027.g9f192350.el9.x86_6 202 kB/s | 32 kB 00:00 2024-04-06T03:24:05.527 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:24:05.527 INFO:teuthology.orchestra.run.smithi186.stdout:Total 201 kB/s | 32 kB 00:00 2024-04-06T03:24:05.527 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:24:05.530 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:24:05.530 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:24:05.565 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:24:05.566 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:24:05.657 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:24:05.766 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:06.126 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:06.413 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:06.413 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:06.413 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:24:06.413 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-devel-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:24:06.413 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:06.414 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:06.630 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librados2 2024-04-06T03:24:07.228 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:18 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:07.520 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:07.520 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:07.520 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:07.520 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.520 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:07.521 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:07.522 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:07.523 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:07.524 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.525 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.526 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.527 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.528 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.529 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.529 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:07.529 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.529 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.529 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.529 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Package librados2-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:24:07.589 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:07.590 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:24:07.590 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:07.676 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librbd1 2024-04-06T03:24:08.301 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:19 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:08.613 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:08.614 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:08.615 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.616 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.617 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.618 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.619 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.620 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:08.621 INFO:teuthology.orchestra.run.smithi186.stdout:Package librbd1-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:24:08.685 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:08.686 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:24:08.686 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:08.766 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rados 2024-04-06T03:24:09.381 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:20 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:09.674 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:09.674 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:09.675 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:09.676 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.677 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.678 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.679 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.680 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:09.681 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.682 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:09.683 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.684 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.684 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.684 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:09.684 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rados-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:24:09.745 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:09.746 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:24:09.746 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:09.831 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rgw 2024-04-06T03:24:10.435 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:21 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:10.722 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:10.722 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:10.722 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:10.722 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.722 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:10.722 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.723 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.724 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.725 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:10.726 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.727 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.728 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.729 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:10.730 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.731 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.731 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.731 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:10.731 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rgw-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:24:10.793 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:10.794 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:24:10.794 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:10.876 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-cephfs 2024-04-06T03:24:11.472 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:22 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:11.761 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:11.761 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:11.761 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:11.761 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.761 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:11.761 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.761 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:11.762 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.763 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.764 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:11.765 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:11.766 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.767 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.768 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.769 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.770 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.770 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:11.770 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-cephfs-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:24:11.831 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:11.832 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:24:11.832 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:11.927 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rbd 2024-04-06T03:24:12.532 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:23 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:12.821 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:12.821 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:12.821 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:12.821 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.821 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:12.821 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.821 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.822 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:12.823 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.824 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.825 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.826 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.827 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:12.828 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:12.829 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.830 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.830 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.830 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:12.830 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rbd-2:19.0.0-2027.g9f192350.el9.x86_64 is already installed. 2024-04-06T03:24:12.890 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:12.892 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-06T03:24:12.892 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:12.984 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-fuse 2024-04-06T03:24:13.580 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:24 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:13.872 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:13.872 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:13.872 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:13.872 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.872 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:13.872 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.873 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.874 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.875 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.876 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.877 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.878 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.879 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:13.880 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.881 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.881 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.881 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:13.940 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-fuse x86_64 2:19.0.0-2027.g9f192350.el9 ceph 85 k 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-06T03:24:13.941 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:13.942 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 85 k 2024-04-06T03:24:13.942 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 231 k 2024-04-06T03:24:13.942 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:24:14.146 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-fuse-19.0.0-2027.g9f192350.el9.x86_64.rpm 417 kB/s | 85 kB 00:00 2024-04-06T03:24:14.147 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:24:14.147 INFO:teuthology.orchestra.run.smithi186.stdout:Total 414 kB/s | 85 kB 00:00 2024-04-06T03:24:14.147 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:24:14.154 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:24:14.154 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:24:14.215 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:24:14.215 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:24:14.415 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:24:14.520 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:14.934 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:15.244 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:15.245 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:15.245 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:24:15.245 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-fuse-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:24:15.245 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:15.245 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:15.496 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-mirror 2024-04-06T03:24:16.114 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:27 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:16.415 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.416 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:16.417 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:16.418 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.419 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.420 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:16.421 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.422 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:16.422 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.422 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:16.422 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.423 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:16.423 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.424 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.425 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:16.426 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.427 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:16.485 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:16.485 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-mirror x86_64 2:19.0.0-2027.g9f192350.el9 ceph 3.1 M 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 3.1 M 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 13 M 2024-04-06T03:24:16.486 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:24:17.333 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-mirror-19.0.0-2027.g9f192350.el9.x86_64.rpm 3.7 MB/s | 3.1 MB 00:00 2024-04-06T03:24:17.334 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:24:17.334 INFO:teuthology.orchestra.run.smithi186.stdout:Total 3.6 MB/s | 3.1 MB 00:00 2024-04-06T03:24:17.334 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:24:17.344 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:24:17.344 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:24:17.423 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:24:17.423 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:24:17.840 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:24:17.892 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:17.917 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:17.917 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-06T03:24:17.917 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-06T03:24:17.917 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-06T03:24:17.917 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-06T03:24:17.917 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:19.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:19.099 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:19.099 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:24:19.099 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-mirror-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:24:19.099 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:19.099 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:19.385 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-nbd 2024-04-06T03:24:19.997 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:30 ago on Sat 06 Apr 2024 03:21:49 AM UTC. 2024-04-06T03:24:20.285 INFO:teuthology.orchestra.run.smithi186.stderr:Modular dependency problems: 2024-04-06T03:24:20.285 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 1: conflicting requests 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 2: conflicting requests 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 3: conflicting requests 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 4: conflicting requests 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 5: conflicting requests 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 6: conflicting requests 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.286 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 7: conflicting requests 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 8: conflicting requests 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 9: conflicting requests 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 10: conflicting requests 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 11: conflicting requests 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 12: conflicting requests 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 13: conflicting requests 2024-04-06T03:24:20.287 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 14: conflicting requests 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 15: conflicting requests 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 16: conflicting requests 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 17: conflicting requests 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 18: conflicting requests 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 19: conflicting requests 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 20: conflicting requests 2024-04-06T03:24:20.288 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 21: conflicting requests 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 22: conflicting requests 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 23: conflicting requests 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 24: conflicting requests 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 25: conflicting requests 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 26: conflicting requests 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 27: conflicting requests 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.289 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 28: conflicting requests 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 29: conflicting requests 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 30: conflicting requests 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 31: conflicting requests 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 32: conflicting requests 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.290 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 33: conflicting requests 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 34: conflicting requests 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 35: conflicting requests 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 36: conflicting requests 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 37: conflicting requests 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.291 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 39: conflicting requests 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.292 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.293 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:24:20.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.294 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.294 INFO:teuthology.orchestra.run.smithi186.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:24:20.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.295 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:24:20.354 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-nbd x86_64 2:19.0.0-2027.g9f192350.el9 ceph 170 k 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:20.355 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 170 k 2024-04-06T03:24:20.356 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 494 k 2024-04-06T03:24:20.356 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-06T03:24:20.696 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-nbd-19.0.0-2027.g9f192350.el9.x86_64.rpm 501 kB/s | 170 kB 00:00 2024-04-06T03:24:20.696 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:24:20.696 INFO:teuthology.orchestra.run.smithi186.stdout:Total 499 kB/s | 170 kB 00:00 2024-04-06T03:24:20.697 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-06T03:24:20.704 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-06T03:24:20.704 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-06T03:24:20.765 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-06T03:24:20.765 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-06T03:24:20.917 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-06T03:24:21.019 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:21.452 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:21.733 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 1/1 2024-04-06T03:24:21.733 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:21.734 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-06T03:24:21.734 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-nbd-2:19.0.0-2027.g9f192350.el9.x86_64 2024-04-06T03:24:21.734 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-06T03:24:21.734 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-06T03:24:22.014 DEBUG:teuthology.parallel:result is None 2024-04-06T03:24:22.015 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:24:22.159 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-06T03:24:22.183 INFO:teuthology.orchestra.run.smithi055.stdout:19.0.0-2027.g9f192350.el9 2024-04-06T03:24:22.184 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2027.g9f192350.el9 2024-04-06T03:24:22.184 INFO:teuthology.task.install:The correct ceph version 19.0.0-2027.g9f192350 is installed. 2024-04-06T03:24:22.186 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:24:22.336 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-06T03:24:22.356 INFO:teuthology.orchestra.run.smithi186.stdout:19.0.0-2027.g9f192350.el9 2024-04-06T03:24:22.357 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2027.g9f192350.el9 2024-04-06T03:24:22.357 INFO:teuthology.task.install:The correct ceph version 19.0.0-2027.g9f192350 is installed. 2024-04-06T03:24:22.359 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:24:22.576 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-06T03:24:22.601 INFO:teuthology.orchestra.run.smithi190.stdout:19.0.0-2027.g9f192350.el9 2024-04-06T03:24:22.601 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2027.g9f192350.el9 2024-04-06T03:24:22.601 INFO:teuthology.task.install:The correct ceph version 19.0.0-2027.g9f192350 is installed. 2024-04-06T03:24:22.606 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-06T03:24:22.606 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:24:22.607 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-06T03:24:22.639 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:24:22.640 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-06T03:24:22.670 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:24:22.670 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-06T03:24:22.703 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-06T03:24:22.704 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:24:22.704 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/daemon-helper 2024-04-06T03:24:22.736 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-06T03:24:22.811 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:24:22.811 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/daemon-helper 2024-04-06T03:24:22.840 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-06T03:24:22.908 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:24:22.908 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/daemon-helper 2024-04-06T03:24:22.939 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-06T03:24:23.012 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-06T03:24:23.013 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:24:23.013 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-06T03:24:23.057 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-06T03:24:23.126 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:24:23.127 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-06T03:24:23.155 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-06T03:24:23.223 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:24:23.223 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-06T03:24:23.252 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-06T03:24:23.319 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-06T03:24:23.319 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:24:23.320 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/stdin-killer 2024-04-06T03:24:23.347 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-06T03:24:23.415 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:24:23.415 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/stdin-killer 2024-04-06T03:24:23.443 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-06T03:24:23.511 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:24:23.511 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/stdin-killer 2024-04-06T03:24:23.539 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-06T03:24:23.606 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-06T03:24:23.731 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6'} 2024-04-06T03:24:23.731 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:24:23.732 INFO:tasks.cephadm:Cluster fsid is 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:24:23.732 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-06T03:24:23.732 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.55', 'mon.b': '172.21.15.186', 'mon.c': '172.21.15.190'} 2024-04-06T03:24:23.732 INFO:tasks.cephadm:First mon is mon.a on smithi055 2024-04-06T03:24:23.733 INFO:tasks.cephadm:First mgr is a 2024-04-06T03:24:23.733 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-06T03:24:23.733 DEBUG:teuthology.orchestra.run.smithi055:> sudo hostname $(hostname -s) 2024-04-06T03:24:23.760 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2024-04-06T03:24:23.790 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2024-04-06T03:24:23.818 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-06T03:24:23.818 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:24:24.055 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9f192350ba5fe6d0a365b251a8c2af61f56a5fa6', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54816/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2027-g9f192350', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2027.g9f192350'}, 'url': 'https://2.chacra.ceph.com/r/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-05 10:23:10.679938', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-06T03:24:24.198 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref squid, sha1 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:24:24.200 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/x86_64/flavors/default/cephadm 2024-04-06T03:24:24.200 DEBUG:teuthology.orchestra.run.smithi055:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:24.620 INFO:teuthology.orchestra.run.smithi055.stdout:-rw-r--r--. 1 ubuntu ubuntu 767889 Apr 6 03:24 /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:24.620 DEBUG:teuthology.orchestra.run.smithi186:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:25.053 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-r--r--. 1 ubuntu ubuntu 767889 Apr 6 03:24 /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:25.053 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/9f192350ba5fe6d0a365b251a8c2af61f56a5fa6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:25.651 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-r--r--. 1 ubuntu ubuntu 767889 Apr 6 03:24 /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:25.652 DEBUG:teuthology.orchestra.run.smithi055:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:25.670 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:25.689 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-06T03:24:25.719 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 on all hosts... 2024-04-06T03:24:25.719 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 pull 2024-04-06T03:24:25.722 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 pull 2024-04-06T03:24:25.733 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 pull 2024-04-06T03:24:26.525 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6... 2024-04-06T03:24:26.582 INFO:teuthology.orchestra.run.smithi186.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6... 2024-04-06T03:24:26.616 INFO:teuthology.orchestra.run.smithi055.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6... 2024-04-06T03:24:57.842 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2024-04-06T03:24:57.843 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev)", 2024-04-06T03:24:57.843 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880", 2024-04-06T03:24:57.843 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2024-04-06T03:24:57.843 INFO:teuthology.orchestra.run.smithi190.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c" 2024-04-06T03:24:57.843 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2024-04-06T03:24:57.843 INFO:teuthology.orchestra.run.smithi190.stdout:} 2024-04-06T03:24:58.309 INFO:teuthology.orchestra.run.smithi186.stdout:{ 2024-04-06T03:24:58.309 INFO:teuthology.orchestra.run.smithi186.stdout: "ceph_version": "ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev)", 2024-04-06T03:24:58.309 INFO:teuthology.orchestra.run.smithi186.stdout: "image_id": "a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880", 2024-04-06T03:24:58.309 INFO:teuthology.orchestra.run.smithi186.stdout: "repo_digests": [ 2024-04-06T03:24:58.309 INFO:teuthology.orchestra.run.smithi186.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c" 2024-04-06T03:24:58.309 INFO:teuthology.orchestra.run.smithi186.stdout: ] 2024-04-06T03:24:58.309 INFO:teuthology.orchestra.run.smithi186.stdout:} 2024-04-06T03:24:58.437 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2024-04-06T03:24:58.438 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph_version": "ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev)", 2024-04-06T03:24:58.438 INFO:teuthology.orchestra.run.smithi055.stdout: "image_id": "a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880", 2024-04-06T03:24:58.438 INFO:teuthology.orchestra.run.smithi055.stdout: "repo_digests": [ 2024-04-06T03:24:58.438 INFO:teuthology.orchestra.run.smithi055.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c" 2024-04-06T03:24:58.438 INFO:teuthology.orchestra.run.smithi055.stdout: ] 2024-04-06T03:24:58.438 INFO:teuthology.orchestra.run.smithi055.stdout:} 2024-04-06T03:24:58.464 DEBUG:teuthology.orchestra.run.smithi055:> sudo mkdir -p /etc/ceph 2024-04-06T03:24:58.508 DEBUG:teuthology.orchestra.run.smithi186:> sudo mkdir -p /etc/ceph 2024-04-06T03:24:58.538 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2024-04-06T03:24:58.574 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 777 /etc/ceph 2024-04-06T03:24:58.602 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 777 /etc/ceph 2024-04-06T03:24:58.630 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2024-04-06T03:24:58.661 INFO:tasks.cephadm:Writing seed config... 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-06T03:24:58.662 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-06T03:24:58.663 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:24:58.663 DEBUG:teuthology.orchestra.run.smithi055:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-06T03:24:58.677 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 = 2a35881e-f3c5-11ee-b649-cb9ed24678a4 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = 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-06T03:24:58.678 DEBUG:teuthology.orchestra.run.smithi055:mon.a> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a.service 2024-04-06T03:24:58.720 DEBUG:teuthology.orchestra.run.smithi055:mgr.a> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.a.service 2024-04-06T03:24:58.762 INFO:tasks.cephadm:Bootstrapping... 2024-04-06T03:24:58.762 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 -v bootstrap --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.55 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:24:58.958 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:24:58.958 INFO:teuthology.orchestra.run.smithi055.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6', '-v', 'bootstrap', '--fsid', '2a35881e-f3c5-11ee-b649-cb9ed24678a4', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.55', '--skip-admin-label'] 2024-04-06T03:24:58.959 INFO:teuthology.orchestra.run.smithi055.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-06T03:24:58.959 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying podman|docker is present... 2024-04-06T03:24:58.983 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-06T03:24:58.983 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying lvm2 is present... 2024-04-06T03:24:58.983 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying time synchronization is in place... 2024-04-06T03:24:58.991 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-06T03:24:58.991 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-06T03:24:58.996 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-06T03:24:58.996 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-04-06T03:24:59.002 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2024-04-06T03:24:59.008 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2024-04-06T03:24:59.008 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2024-04-06T03:24:59.008 INFO:teuthology.orchestra.run.smithi055.stdout:Repeating the final host check... 2024-04-06T03:24:59.031 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-06T03:24:59.031 INFO:teuthology.orchestra.run.smithi055.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-06T03:24:59.031 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl is present 2024-04-06T03:24:59.031 INFO:teuthology.orchestra.run.smithi055.stdout:lvcreate is present 2024-04-06T03:24:59.037 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-06T03:24:59.037 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-06T03:24:59.043 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-06T03:24:59.043 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-04-06T03:24:59.049 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2024-04-06T03:24:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2024-04-06T03:24:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2024-04-06T03:24:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:Host looks OK 2024-04-06T03:24:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:Cluster fsid: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:24:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:Acquiring lock 140215437976528 on /run/cephadm/2a35881e-f3c5-11ee-b649-cb9ed24678a4.lock 2024-04-06T03:24:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:Lock 140215437976528 acquired on /run/cephadm/2a35881e-f3c5-11ee-b649-cb9ed24678a4.lock 2024-04-06T03:24:59.056 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 3300 ... 2024-04-06T03:24:59.056 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 6789 ... 2024-04-06T03:24:59.056 INFO:teuthology.orchestra.run.smithi055.stdout:Base mon IP(s) is [172.21.15.55:3300, 172.21.15.55:6789], mon addrv is [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2024-04-06T03:24:59.059 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.55 metric 100 2024-04-06T03:24:59.059 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.55 metric 100 2024-04-06T03:24:59.061 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-06T03:24:59.061 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-06T03:24:59.061 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-06T03:24:59.063 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-06T03:24:59.064 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-06T03:24:59.064 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-06T03:24:59.064 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-06T03:24:59.064 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:2606/64 scope link noprefixroute 2024-04-06T03:24:59.064 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-06T03:24:59.064 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2024-04-06T03:24:59.064 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2024-04-06T03:24:59.065 INFO:teuthology.orchestra.run.smithi055.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-06T03:24:59.065 INFO:teuthology.orchestra.run.smithi055.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-06T03:24:59.066 INFO:teuthology.orchestra.run.smithi055.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6... 2024-04-06T03:24:59.581 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 2024-04-06T03:24:59.581 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6... 2024-04-06T03:24:59.581 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Getting image source signatures 2024-04-06T03:24:59.581 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:51f8d622b3f6d10cf8f0adf1c59ac5c379fe641fdb797b80d277530cbbbac99b 2024-04-06T03:24:59.581 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:77070339c81bcb5c53bbbf3f31a47f7187e5393cb0e096452852a31192d97570 2024-04-06T03:24:59.581 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying config sha256:a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 2024-04-06T03:24:59.581 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-06T03:25:00.561 INFO:teuthology.orchestra.run.smithi055.stdout:ceph: stdout ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev) 2024-04-06T03:25:00.561 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph version: ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev) 2024-04-06T03:25:00.561 INFO:teuthology.orchestra.run.smithi055.stdout:Extracting ceph user uid/gid from container image... 2024-04-06T03:25:01.417 INFO:teuthology.orchestra.run.smithi055.stdout:stat: stdout 167 167 2024-04-06T03:25:01.418 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial keys... 2024-04-06T03:25:02.322 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQCNwBBm4WztLhAAj1C3Pjw7VCcuyM/bY8GPlg== 2024-04-06T03:25:03.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQCOwBBm/rnWJRAArRbcUpgVcnZMCJgzeybl9Q== 2024-04-06T03:25:04.107 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQCPwBBmyqlMHRAAntdibq7Fg17nxrfovfyxiw== 2024-04-06T03:25:04.108 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial monmap... 2024-04-06T03:25:04.994 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:monmaptool for a [v2:172.21.15.55:3300,v1:172.21.15.55:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:setting min_mon_release = quincy 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: set fsid to 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:25:04.995 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mon... 2024-04-06T03:25:05.860 INFO:teuthology.orchestra.run.smithi055.stdout:create mon.a on 2024-04-06T03:25:06.069 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-06T03:25:06.219 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-06T03:25:06.409 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4.target → /etc/systemd/system/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4.target. 2024-04-06T03:25:06.409 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4.target → /etc/systemd/system/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4.target. 2024-04-06T03:25:06.657 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a 2024-04-06T03:25:06.657 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a.service: Unit ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a.service not loaded. 2024-04-06T03:25:06.823 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4.target.wants/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a.service → /etc/systemd/system/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@.service. 2024-04-06T03:25:07.286 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-06T03:25:07.286 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-04-06T03:25:07.293 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-06T03:25:07.293 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-04-06T03:25:07.293 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-04-06T03:25:07.293 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2024-04-06T03:25:07.294 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon to start... 2024-04-06T03:25:07.294 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon... 2024-04-06T03:25:08.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:08 smithi055 ceph-mon[29484]: from='client.? 172.21.15.55:0/3652690322' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-06T03:25:13.523 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout cluster: 2024-04-06T03:25:13.523 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout id: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout services: 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.504385s) 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout data: 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pgs: 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:13.524 INFO:teuthology.orchestra.run.smithi055.stdout:mon is available 2024-04-06T03:25:13.525 INFO:teuthology.orchestra.run.smithi055.stdout:Assimilating anything we can from ceph.conf... 2024-04-06T03:25:16.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:16 smithi055 ceph-mon[29484]: from='client.? 172.21.15.55:0/3059795368' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-06T03:25:16.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:16 smithi055 ceph-mon[29484]: from='client.? 172.21.15.55:0/3059795368' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-06T03:25:20.645 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-06T03:25:20.647 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-06T03:25:20.648 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-06T03:25:20.648 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:20.648 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2024-04-06T03:25:20.648 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-06T03:25:20.648 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-06T03:25:20.648 INFO:teuthology.orchestra.run.smithi055.stdout:Generating new minimal ceph.conf... 2024-04-06T03:25:21.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:21 smithi055 ceph-mon[29484]: from='client.? 172.21.15.55:0/2345304377' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:25:21.651 INFO:teuthology.orchestra.run.smithi055.stdout:Restarting the monitor... 2024-04-06T03:25:21.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:21 smithi055 systemd[1]: Stopping Ceph mon.a for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:25:22.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:21 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a[29480]: 2024-04-06T03:25:21.919+0000 7f6f9322e700 -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-06T03:25:22.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:21 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a[29480]: 2024-04-06T03:25:21.919+0000 7f6f9322e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-06T03:25:22.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:22 smithi055 podman[29729]: 2024-04-06 03:25:22.114425333 +0000 UTC m=+0.300650186 container died a58d0bb5b94a54aa25a2ade6ded366dbe57db2493089271e6fc6dc7409bc4d3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-9f19235, io.buildah.version=1.33.5, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-04-06T03:25:22.628 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:22 smithi055 podman[29729]: 2024-04-06 03:25:22.428760749 +0000 UTC m=+0.614985591 container cleanup a58d0bb5b94a54aa25a2ade6ded366dbe57db2493089271e6fc6dc7409bc4d3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, RELEASE=squid-9f19235, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-04-06T03:25:22.628 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:22 smithi055 bash[29729]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a 2024-04-06T03:25:22.885 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:22 smithi055 podman[29743]: 2024-04-06 03:25:22.62974778 +0000 UTC m=+0.515514367 container remove a58d0bb5b94a54aa25a2ade6ded366dbe57db2493089271e6fc6dc7409bc4d3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.license=GPLv2, RELEASE=squid-9f19235, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:25:22.885 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:22 smithi055 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-06T03:25:22.885 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:22 smithi055 systemd[1]: Stopped Ceph mon.a for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:25:22.885 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:22 smithi055 systemd[1]: Starting Ceph mon.a for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:25:23.158 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 podman[29841]: 2024-04-06 03:25:23.064072844 +0000 UTC m=+0.106524013 container create 6ccf6392754d610ccf32a209cb281fa6950b694a0467e6b27e8737e22c18c6fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, RELEASE=squid-9f19235, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-06T03:25:23.158 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 podman[29841]: 2024-04-06 03:25:22.975143183 +0000 UTC m=+0.017594362 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 2024-04-06T03:25:23.352 INFO:teuthology.orchestra.run.smithi055.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-06T03:25:23.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 podman[29841]: 2024-04-06 03:25:23.266826089 +0000 UTC m=+0.309277267 container init 6ccf6392754d610ccf32a209cb281fa6950b694a0467e6b27e8737e22c18c6fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=squid-9f19235, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True) 2024-04-06T03:25:23.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 podman[29841]: 2024-04-06 03:25:23.269834704 +0000 UTC m=+0.312285876 container start 6ccf6392754d610ccf32a209cb281fa6950b694a0467e6b27e8737e22c18c6fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9f19235, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-06T03:25:23.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: set uid:gid to 167:167 (ceph:ceph) 2024-04-06T03:25:23.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev), process ceph-mon, pid 2 2024-04-06T03:25:23.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: pidfile_write: ignore empty --pid-file 2024-04-06T03:25:23.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: load: jerasure load: lrc 2024-04-06T03:25:23.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: RocksDB version: 7.9.2 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Git sha 0 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Compile date 2024-04-05 08:39:05 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: DB SUMMARY 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: DB Session ID: XG7DNAS9VDPXGKJHGBCQ 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: CURRENT file: CURRENT 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: IDENTITY file: IDENTITY 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88773 ; 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.error_if_exists: 0 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.create_if_missing: 0 2024-04-06T03:25:23.459 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.paranoid_checks: 1 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.env: 0x55706fdbbc60 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.fs: PosixFileSystem 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.info_log: 0x5570721ffae0 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_file_opening_threads: 16 2024-04-06T03:25:23.460 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.statistics: (nil) 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.use_fsync: 0 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_log_file_size: 0 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.keep_log_file_num: 1000 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.recycle_log_file_num: 0 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.allow_fallocate: 1 2024-04-06T03:25:23.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.allow_mmap_reads: 0 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.allow_mmap_writes: 0 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.use_direct_reads: 0 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.create_missing_column_families: 0 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.db_log_dir: 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.wal_dir: 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-06T03:25:23.463 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.advise_random_on_open: 1 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.db_write_buffer_size: 0 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.write_buffer_manager: 0x5570721d21e0 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.rate_limiter: (nil) 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-06T03:25:23.464 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.wal_recovery_mode: 2 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.enable_thread_tracking: 0 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.enable_pipelined_write: 0 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.unordered_write: 0 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.row_cache: None 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.wal_filter: None 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.allow_ingest_behind: 0 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.two_write_queues: 0 2024-04-06T03:25:23.465 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.manual_wal_flush: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.wal_compression: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.atomic_flush: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.log_readahead_size: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.best_efforts_recovery: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.allow_data_in_errors: 0 2024-04-06T03:25:23.466 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.db_host_id: __hostname__ 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_background_jobs: 2 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_background_compactions: -1 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_subcompactions: 1 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_total_wal_size: 0 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-06T03:25:23.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_open_files: -1 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bytes_per_sync: 0 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_readahead_size: 0 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_background_flushes: -1 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Compression algorithms supported: 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kZSTD supported: 0 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kXpressCompression supported: 0 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kLZ4HCCompression supported: 1 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kZlibCompression supported: 1 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kSnappyCompression supported: 1 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kLZ4Compression supported: 1 2024-04-06T03:25:23.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: kBZip2Compression supported: 0 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.merge_operator: 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_filter: None 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_filter_factory: None 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.sst_partitioner_factory: None 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-06T03:25:23.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5570721ffbe0) 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 4 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2024-04-06T03:25:23.470 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x557072203090 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2024-04-06T03:25:23.471 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: bloomfilter 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 5 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_auto_readahead_size: 262144 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: prepopulate_block_cache: 0 2024-04-06T03:25:23.472 INFO:journalctl@ceph.mon.a.smithi055.stdout: initial_auto_readahead_size: 8192 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.write_buffer_size: 33554432 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_write_buffer_number: 2 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression: NoCompression 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression: Disabled 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.prefix_extractor: nullptr 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.num_levels: 7 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-06T03:25:23.473 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.level: 32767 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.strategy: 0 2024-04-06T03:25:23.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.enabled: false 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.target_file_size_base: 67108864 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-06T03:25:23.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-06T03:25:23.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-06T03:25:23.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-06T03:25:23.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-06T03:25:23.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-06T03:25:23.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-06T03:25:23.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-06T03:25:23.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.arena_block_size: 1048576 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.disable_auto_compactions: 0 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-06T03:25:23.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.table_properties_collectors: 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.inplace_update_support: 0 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.bloom_locality: 0 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.max_successive_merges: 0 2024-04-06T03:25:23.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.paranoid_file_checks: 0 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.force_consistency_checks: 1 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.report_bg_io_stats: 0 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.ttl: 2592000 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.enable_blob_files: false 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.min_blob_size: 0 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.blob_file_size: 268435456 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-06T03:25:23.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.blob_file_starting_level: 0 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: 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-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cdcc4c29-869d-409f-9aac-ff7ad95ea468 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712373923298438, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712373923299312, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85364, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83537, "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": 77744, "raw_average_value_size": 358, "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": "[]", "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": 1712373923, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cdcc4c29-869d-409f-9aac-ff7ad95ea468", "db_session_id": "XG7DNAS9VDPXGKJHGBCQ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-06T03:25:23.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712373923299375, "job": 1, "event": "recovery_finished"} 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: 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-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5570722f4000 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: DB pointer 0x5570722de000 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.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-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-06T03:25:23.482 INFO:journalctl@ceph.mon.a.smithi055.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-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.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-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 2/0 85.20 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 2/0 85.20 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.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 142.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-04-06T03:25:23.483 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.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-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.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 142.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-06T03:25:23.484 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 10.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 10.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.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-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache BinnedLRUCache@0x557072203090#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.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-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???) e1 preinit fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???).mds e1 new map 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???).mds e1 print_map 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: e1 2024-04-06T03:25:23.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.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-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: -1 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: No filesystems configured 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 bash[29841]: 6ccf6392754d610ccf32a209cb281fa6950b694a0467e6b27e8737e22c18c6fb 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 systemd[1]: Started Ceph mon.a for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: monmap epoch 1 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: last_changed 2024-04-06T03:25:04.412264+0000 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: min_mon_release 19 (squid) 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: election_strategy: 1 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: fsmap 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: osdmap e1: 0 total, 0 up, 0 in 2024-04-06T03:25:23.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:23 smithi055 ceph-mon[29860]: mgrmap e1: no daemons active 2024-04-06T03:25:24.417 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-06T03:25:24.439 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:25:24.439 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mgr... 2024-04-06T03:25:24.440 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-06T03:25:24.440 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-06T03:25:24.688 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.a 2024-04-06T03:25:24.689 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.a.service: Unit ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.a.service not loaded. 2024-04-06T03:25:24.833 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4.target.wants/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.a.service → /etc/systemd/system/ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@.service. 2024-04-06T03:25:25.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:24 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/4015980551' entity='client.admin' 2024-04-06T03:25:25.333 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-06T03:25:25.334 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-04-06T03:25:25.341 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-06T03:25:25.341 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-04-06T03:25:25.341 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-04-06T03:25:25.341 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2024-04-06T03:25:25.348 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-06T03:25:25.349 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-04-06T03:25:25.356 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-06T03:25:25.356 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-04-06T03:25:25.356 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-04-06T03:25:25.356 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-06T03:25:25.356 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr to start... 2024-04-06T03:25:25.356 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr... 2024-04-06T03:25:26.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:25 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:25.914+0000 7f1cfd971200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-06T03:25:26.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:26 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2875084788' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-06T03:25:26.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:26 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:26.581+0000 7f1cfd971200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-06T03:25:26.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:26 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:26.678+0000 7f1cfd971200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-06T03:25:27.274 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:26 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:26.822+0000 7f1cfd971200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-06T03:25:27.274 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:26 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:26.921+0000 7f1cfd971200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-06T03:25:27.274 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:27 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:27.006+0000 7f1cfd971200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-06T03:25:27.274 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:27 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:27.275+0000 7f1cfd971200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-06T03:25:27.533 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:27 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:27.387+0000 7f1cfd971200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-06T03:25:27.533 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:27 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:27.475+0000 7f1cfd971200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-06T03:25:28.033 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:27 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:27.572+0000 7f1cfd971200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-06T03:25:28.033 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:27 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:27.750+0000 7f1cfd971200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-06T03:25:28.417 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "2a35881e-f3c5-11ee-b649-cb9ed24678a4", 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:28.419 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-06T03:25:28.420 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-06T03:25:28.424 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-06T03:25:28.425 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2024-04-06T03:25:07.299405+0000", 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-04-06T03:25:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (1/15)... 2024-04-06T03:25:29.258 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:28 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:28.787+0000 7f1cfd971200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-06T03:25:29.258 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:28 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:28.922+0000 7f1cfd971200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-06T03:25:29.259 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:29 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:29.259+0000 7f1cfd971200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-06T03:25:29.533 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:29 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:29.352+0000 7f1cfd971200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-06T03:25:30.024 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:29 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:29.551+0000 7f1cfd971200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:25:30.025 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:29 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:29.738+0000 7f1cfd971200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-06T03:25:30.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:30 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:30.025+0000 7f1cfd971200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:25:30.544 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:30 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:30.285+0000 7f1cfd971200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-06T03:25:30.545 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:30 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:30.532+0000 7f1cfd971200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-06T03:25:31.201 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:30 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1850110709' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-06T03:25:31.461 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:31 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:31.367+0000 7f1cfd971200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-06T03:25:31.464 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:31.467 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-04-06T03:25:31.467 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "2a35881e-f3c5-11ee-b649-cb9ed24678a4", 2024-04-06T03:25:31.467 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2024-04-06T03:25:31.467 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-06T03:25:31.467 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-06T03:25:31.467 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:31.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-06T03:25:31.469 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:31.469 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-06T03:25:31.469 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-06T03:25:31.469 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-06T03:25:31.469 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-06T03:25:31.469 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-06T03:25:31.469 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-06T03:25:31.473 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:31.473 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-06T03:25:31.473 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-06T03:25:31.473 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-06T03:25:31.473 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-06T03:25:31.473 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-06T03:25:31.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-06T03:25:31.475 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-06T03:25:31.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-06T03:25:31.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-06T03:25:31.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-06T03:25:31.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2024-04-06T03:25:31.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2024-04-06T03:25:07.299405+0000", 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-04-06T03:25:31.478 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (2/15)... 2024-04-06T03:25:32.261 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:31 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:31.945+0000 7f1cfd971200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-06T03:25:32.261 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:32.044+0000 7f1cfd971200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-06T03:25:32.261 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:32.262+0000 7f1cfd971200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-06T03:25:32.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: Activating manager daemon a 2024-04-06T03:25:32.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: mgrmap e2: a(active, starting, since 0.00510028s) 2024-04-06T03:25:32.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-06T03:25:32.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: Manager daemon a is now available 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' 2024-04-06T03:25:32.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:32 smithi055 ceph-mon[29860]: from='mgr.14100 172.21.15.55:0/990512659' entity='mgr.a' 2024-04-06T03:25:34.442 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:34 smithi055 ceph-mon[29860]: mgrmap e3: a(active, since 1.00886s) 2024-04-06T03:25:34.442 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:34 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2019194383' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-06T03:25:34.690 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:34.690 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-04-06T03:25:34.690 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "2a35881e-f3c5-11ee-b649-cb9ed24678a4", 2024-04-06T03:25:34.690 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2024-04-06T03:25:34.690 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-06T03:25:34.690 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:34.691 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-06T03:25:34.692 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:34.692 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-06T03:25:34.692 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-06T03:25:34.692 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-06T03:25:34.692 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-06T03:25:34.692 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-06T03:25:34.692 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-06T03:25:34.695 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:34.695 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-06T03:25:34.695 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-06T03:25:34.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2024-04-06T03:25:07.299405+0000", 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-04-06T03:25:34.697 INFO:teuthology.orchestra.run.smithi055.stdout:mgr is available 2024-04-06T03:25:35.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:35 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/484568647' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-06T03:25:35.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:35 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/484568647' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-06T03:25:35.804 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-06T03:25:35.805 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-06T03:25:35.806 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling cephadm module... 2024-04-06T03:25:36.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:36 smithi055 ceph-mon[29860]: mgrmap e4: a(active, since 3s) 2024-04-06T03:25:37.607 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:37 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/474512957' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-06T03:25:37.608 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:37 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: ignoring --setuser ceph since I am not root 2024-04-06T03:25:37.608 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:37 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: ignoring --setgroup ceph since I am not root 2024-04-06T03:25:38.169 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:37 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:37.885+0000 7f27ef023200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-06T03:25:38.170 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:37 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:37.982+0000 7f27ef023200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-06T03:25:38.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:38 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/474512957' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-06T03:25:38.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:38 smithi055 ceph-mon[29860]: mgrmap e5: a(active, since 5s) 2024-04-06T03:25:38.848 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:38 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:38.655+0000 7f27ef023200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-06T03:25:38.848 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:38 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:38.751+0000 7f27ef023200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-06T03:25:39.183 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:38 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:38.898+0000 7f27ef023200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-06T03:25:39.183 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:38 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:38.998+0000 7f27ef023200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-06T03:25:39.183 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:39 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:39.083+0000 7f27ef023200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2024-04-06T03:25:39.186 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 5... 2024-04-06T03:25:39.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:39 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/381897396' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-06T03:25:39.478 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:39 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:39.360+0000 7f27ef023200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-06T03:25:39.478 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:39 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:39.477+0000 7f27ef023200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-06T03:25:39.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:39 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:39.568+0000 7f27ef023200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-06T03:25:39.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:39 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:39.667+0000 7f27ef023200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-06T03:25:40.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:39 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:39.845+0000 7f27ef023200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-06T03:25:41.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:40 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:40.832+0000 7f27ef023200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-06T03:25:41.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:40 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:40.966+0000 7f27ef023200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-06T03:25:41.593 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:41 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:41.302+0000 7f27ef023200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-06T03:25:41.593 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:41 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:41.394+0000 7f27ef023200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-06T03:25:41.594 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:41 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:41.594+0000 7f27ef023200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:25:42.033 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:41 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:41.783+0000 7f27ef023200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-06T03:25:42.331 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:42 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:42.072+0000 7f27ef023200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:25:42.331 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:42 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:42.332+0000 7f27ef023200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-06T03:25:42.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:42 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:42.574+0000 7f27ef023200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-06T03:25:43.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:43 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:43.400+0000 7f27ef023200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-06T03:25:44.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:43 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:43.981+0000 7f27ef023200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-06T03:25:44.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:44.083+0000 7f27ef023200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-06T03:25:44.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:25:44.307+0000 7f27ef023200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-06T03:25:44.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: Active manager daemon a restarted 2024-04-06T03:25:44.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: Activating manager daemon a 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: osdmap e2: 0 total, 0 up, 0 in 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: mgrmap e6: a(active, starting, since 0.00761268s) 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: Manager daemon a is now available 2024-04-06T03:25:44.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:44 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: Found migration_current of "None". Setting to last migration. 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:45.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:45.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-06T03:25:45.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: mgrmap e7: a(active, since 1.00952s) 2024-04-06T03:25:45.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:45 smithi055 ceph-mon[29860]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-06T03:25:45.901 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-04-06T03:25:45.901 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-06T03:25:45.902 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-06T03:25:45.902 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-04-06T03:25:45.902 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 5 is available 2024-04-06T03:25:45.902 INFO:teuthology.orchestra.run.smithi055.stdout:Setting orchestrator backend to cephadm... 2024-04-06T03:25:46.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:46 smithi055 ceph-mon[29860]: [06/Apr/2024:03:25:46] ENGINE Bus STARTING 2024-04-06T03:25:46.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:46 smithi055 ceph-mon[29860]: [06/Apr/2024:03:25:46] ENGINE Serving on http://172.21.15.55:8765 2024-04-06T03:25:47.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:47 smithi055 ceph-mon[29860]: [06/Apr/2024:03:25:46] ENGINE Serving on https://172.21.15.55:7150 2024-04-06T03:25:47.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:47 smithi055 ceph-mon[29860]: [06/Apr/2024:03:25:46] ENGINE Bus STARTED 2024-04-06T03:25:47.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:47 smithi055 ceph-mon[29860]: mgrmap e8: a(active, since 2s) 2024-04-06T03:25:47.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:47 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:25:47.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:47 smithi055 ceph-mon[29860]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:25:47.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:47 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:47.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:47 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:25:48.359 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-06T03:25:48.359 INFO:teuthology.orchestra.run.smithi055.stdout:Generating ssh key... 2024-04-06T03:25:48.634 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:48 smithi055 ceph-mon[29860]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: Generating public/private rsa key pair. 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: Your identification has been saved in /tmp/tmpx5c9g7t5/key. 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: Your public key has been saved in /tmp/tmpx5c9g7t5/key.pub. 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: The key fingerprint is: 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: SHA256:QCk13uDxIgz7dtHwjaMO5zt7aYYCmbsXKH8MuYpgHt8 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: The key's randomart image is: 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: +---[RSA 3072]----+ 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: | . .B. | 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: | +.+.X o | 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: | . o.* B . | 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: | . . = . | 2024-04-06T03:25:49.496 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: | =+ + S | 2024-04-06T03:25:49.497 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: |. B..* | 2024-04-06T03:25:49.497 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: |.= * .o. . | 2024-04-06T03:25:49.497 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: |= * * o.= | 2024-04-06T03:25:49.497 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: |oo.= Eo* | 2024-04-06T03:25:49.497 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:25:49 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: +----[SHA256]-----+ 2024-04-06T03:25:50.379 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:50 smithi055 ceph-mon[29860]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:25:50.379 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:50 smithi055 ceph-mon[29860]: Generating ssh key... 2024-04-06T03:25:50.379 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:50 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:50.379 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:50 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:50.881 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwmEqy72oYjlEaU5UWSxlwrmAT9sXKrz5jaw2/HndnkOcDIbmC7c7bdSWijq+efEaR30oNNzWs9nX24V1IRl5XKVEeIJ2z/NNgR91dHf4GniPD3rDxj/mcwfc6gcP/2A/OMxHBplikTQ+rVAtfnOK1NPmoCFPcGpteNtvVGkUIkAgf74yrvj0HlatLjm8xH8lUc7nv2PMPP5kdj+BGMxfkA/tq8/f4LHPGgIVQXciNv8Z+YxaA36i4ixIK1UqChacLEW88WTjW2LS1HLqdMT2UXGHl5XlV8OyayNKcZdZlIcMmu7LJnWKL83R8ejOOow9vpYBzqSgd0RAK/6LkqszA+Ed594cq6ujQ9+FzV7mWn1vZNWWgEHBxg/SLsMfKQTHzsCvqghtaaUpOyWgjCLp9dcZgJWooafQ4Zgtbdt6Gnmn8QPwqm4LHpDfMqYysKuU67727z+zGo2SO7IFl9Rw9uwOGqUxfd5N2VMUmv+sNEvkNxBUjDbiGPIuhORw495c= ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:25:50.881 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-06T03:25:50.881 INFO:teuthology.orchestra.run.smithi055.stdout:Adding key to root@localhost authorized_keys... 2024-04-06T03:25:50.882 INFO:teuthology.orchestra.run.smithi055.stdout:Adding host smithi055... 2024-04-06T03:25:51.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:51 smithi055 ceph-mon[29860]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:25:52.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:52 smithi055 ceph-mon[29860]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:25:52.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:52 smithi055 ceph-mon[29860]: Deploying cephadm binary to smithi055 2024-04-06T03:25:56.449 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Added host 'smithi055' with addr '172.21.15.55' 2024-04-06T03:25:56.449 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mon service... 2024-04-06T03:25:57.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:56 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:57.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:56 smithi055 ceph-mon[29860]: Added host smithi055 2024-04-06T03:25:57.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:56 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:25:57.668 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-06T03:25:57.668 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mgr service... 2024-04-06T03:25:58.212 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:58 smithi055 ceph-mon[29860]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:25:58.213 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:58 smithi055 ceph-mon[29860]: Saving service mon spec with placement count:5 2024-04-06T03:25:58.213 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:58 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:59.507 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:59 smithi055 ceph-mon[29860]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:25:59.507 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:59 smithi055 ceph-mon[29860]: Saving service mgr spec with placement count:2 2024-04-06T03:25:59.507 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:59 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:59.507 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:25:59 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:25:59.509 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-06T03:26:00.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:00 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:26:00.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:00 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1364650383' entity='client.admin' 2024-04-06T03:26:02.617 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling the dashboard module... 2024-04-06T03:26:02.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:02 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2935731233' entity='client.admin' 2024-04-06T03:26:02.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:02 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:26:02.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:02 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:26:02.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:02 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:26:02.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:02 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' 2024-04-06T03:26:02.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:02 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi055", "caps": []}]: dispatch 2024-04-06T03:26:02.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:02 smithi055 ceph-mon[29860]: from='mgr.14118 172.21.15.55:0/1298892526' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi055", "caps": []}]': finished 2024-04-06T03:26:03.735 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:03 smithi055 ceph-mon[29860]: Deploying daemon agent.smithi055 on smithi055 2024-04-06T03:26:03.735 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:03 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1373787892' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-06T03:26:03.735 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:03 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: ignoring --setuser ceph since I am not root 2024-04-06T03:26:03.736 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:03 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: ignoring --setgroup ceph since I am not root 2024-04-06T03:26:04.033 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:03 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:03.964+0000 7f1bf62c8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-06T03:26:04.358 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:04 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:04.064+0000 7f1bf62c8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-06T03:26:04.661 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:04 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1373787892' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-06T03:26:04.661 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:04 smithi055 ceph-mon[29860]: mgrmap e9: a(active, since 19s) 2024-04-06T03:26:04.961 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:04 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:04.740+0000 7f1bf62c8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-06T03:26:04.962 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:04 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:04.836+0000 7f1bf62c8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-06T03:26:05.254 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:04 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:04.981+0000 7f1bf62c8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-06T03:26:05.254 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:05.079+0000 7f1bf62c8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-06T03:26:05.254 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:05.165+0000 7f1bf62c8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2024-04-06T03:26:05.258 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 9... 2024-04-06T03:26:05.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2546436179' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-06T03:26:05.533 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:05.438+0000 7f1bf62c8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-06T03:26:05.923 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:05.554+0000 7f1bf62c8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-06T03:26:05.923 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:05.645+0000 7f1bf62c8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-06T03:26:05.923 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:05.744+0000 7f1bf62c8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-06T03:26:05.923 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:05 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:05.923+0000 7f1bf62c8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-06T03:26:07.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:06 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:06.905+0000 7f1bf62c8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-06T03:26:07.283 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:07 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:07.039+0000 7f1bf62c8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-06T03:26:07.667 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:07 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:07.376+0000 7f1bf62c8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-06T03:26:07.667 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:07 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:07.467+0000 7f1bf62c8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-06T03:26:07.667 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:07 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:07.667+0000 7f1bf62c8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:26:08.033 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:07 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:07.859+0000 7f1bf62c8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-06T03:26:08.413 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:08 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:08.150+0000 7f1bf62c8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:26:08.413 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:08 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:08.414+0000 7f1bf62c8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-06T03:26:08.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:08 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:08.657+0000 7f1bf62c8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-06T03:26:09.783 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:09 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:09.480+0000 7f1bf62c8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-06T03:26:10.381 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:10.059+0000 7f1bf62c8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-06T03:26:10.381 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:10.160+0000 7f1bf62c8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-06T03:26:10.381 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:26:10.381+0000 7f1bf62c8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-06T03:26:10.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: Active manager daemon a restarted 2024-04-06T03:26:10.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: Activating manager daemon a 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: osdmap e3: 0 total, 0 up, 0 in 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: mgrmap e10: a(active, starting, since 0.00350987s) 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: Manager daemon a is now available 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:11.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-06T03:26:11.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-06T03:26:11.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:11 smithi055 ceph-mon[29860]: [06/Apr/2024:03:26:11] ENGINE Bus STARTING 2024-04-06T03:26:11.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:11 smithi055 ceph-mon[29860]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-06T03:26:11.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:11 smithi055 ceph-mon[29860]: mgrmap e11: a(active, since 1.00565s) 2024-04-06T03:26:11.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:11 smithi055 ceph-mon[29860]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-06T03:26:12.309 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-04-06T03:26:12.310 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-06T03:26:12.310 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-06T03:26:12.310 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-04-06T03:26:12.310 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 9 is available 2024-04-06T03:26:12.310 INFO:teuthology.orchestra.run.smithi055.stdout:Generating a dashboard self-signed certificate... 2024-04-06T03:26:13.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: [06/Apr/2024:03:26:11] ENGINE Serving on https://172.21.15.55:7150 2024-04-06T03:26:13.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: [06/Apr/2024:03:26:11] ENGINE Serving on http://172.21.15.55:8765 2024-04-06T03:26:13.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: [06/Apr/2024:03:26:11] ENGINE Bus STARTED 2024-04-06T03:26:13.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:13.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:26:13.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:13.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi055", "caps": []}]: dispatch 2024-04-06T03:26:13.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:12 smithi055 ceph-mon[29860]: Deploying daemon agent.smithi055 on smithi055 2024-04-06T03:26:13.674 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-06T03:26:13.674 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial admin user... 2024-04-06T03:26:14.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:13 smithi055 ceph-mon[29860]: mgrmap e12: a(active, since 2s) 2024-04-06T03:26:14.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:13 smithi055 ceph-mon[29860]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:26:14.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:14.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:14.859 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:14 smithi055 ceph-mon[29860]: from='client.14164 -' 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-06T03:26:14.859 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:15.113 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$mfxLCyFgMJ0O4lsje9svEuLnDSST7qGA590tXYav8smQCUcF/Mvzm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712373974, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-06T03:26:15.113 INFO:teuthology.orchestra.run.smithi055.stdout:Fetching dashboard port number... 2024-04-06T03:26:16.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:15 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/3271941051' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-06T03:26:16.244 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 8443 2024-04-06T03:26:16.254 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-06T03:26:16.254 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-04-06T03:26:16.261 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-06T03:26:16.261 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-04-06T03:26:16.261 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-04-06T03:26:16.261 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-06T03:26:16.263 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph Dashboard is now available at: 2024-04-06T03:26:16.263 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:16.263 INFO:teuthology.orchestra.run.smithi055.stdout: URL: https://smithi055.front.sepia.ceph.com:8443/ 2024-04-06T03:26:16.263 INFO:teuthology.orchestra.run.smithi055.stdout: User: admin 2024-04-06T03:26:16.263 INFO:teuthology.orchestra.run.smithi055.stdout: Password: 8a0jpq3ys4 2024-04-06T03:26:16.263 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:16.264 INFO:teuthology.orchestra.run.smithi055.stdout:Saving cluster configuration to /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config directory 2024-04-06T03:26:16.264 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling autotune for osd_memory_target 2024-04-06T03:26:18.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:17 smithi055 ceph-mon[29860]: mgrmap e13: a(active, since 6s) 2024-04-06T03:26:18.749 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-06T03:26:18.749 INFO:teuthology.orchestra.run.smithi055.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-06T03:26:18.749 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.749 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:18.749 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout:Or, if you are only running a single cluster on this host: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: ceph telemetry on 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout:For more information see: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:18.750 INFO:teuthology.orchestra.run.smithi055.stdout:Bootstrap complete. 2024-04-06T03:26:18.796 INFO:tasks.cephadm:Fetching config... 2024-04-06T03:26:18.797 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:26:18.797 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-06T03:26:18.812 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-06T03:26:18.813 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:26:18.813 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-06T03:26:18.867 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-06T03:26:18.867 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:26:18.867 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/keyring of=/dev/stdout 2024-04-06T03:26:19.038 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-06T03:26:19.038 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:26:19.038 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-06T03:26:19.104 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-06T03:26:19.105 DEBUG:teuthology.orchestra.run.smithi055:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwmEqy72oYjlEaU5UWSxlwrmAT9sXKrz5jaw2/HndnkOcDIbmC7c7bdSWijq+efEaR30oNNzWs9nX24V1IRl5XKVEeIJ2z/NNgR91dHf4GniPD3rDxj/mcwfc6gcP/2A/OMxHBplikTQ+rVAtfnOK1NPmoCFPcGpteNtvVGkUIkAgf74yrvj0HlatLjm8xH8lUc7nv2PMPP5kdj+BGMxfkA/tq8/f4LHPGgIVQXciNv8Z+YxaA36i4ixIK1UqChacLEW88WTjW2LS1HLqdMT2UXGHl5XlV8OyayNKcZdZlIcMmu7LJnWKL83R8ejOOow9vpYBzqSgd0RAK/6LkqszA+Ed594cq6ujQ9+FzV7mWn1vZNWWgEHBxg/SLsMfKQTHzsCvqghtaaUpOyWgjCLp9dcZgJWooafQ4Zgtbdt6Gnmn8QPwqm4LHpDfMqYysKuU67727z+zGo2SO7IFl9Rw9uwOGqUxfd5N2VMUmv+sNEvkNxBUjDbiGPIuhORw495c= ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-06T03:26:19.234 INFO:teuthology.orchestra.run.smithi055.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwmEqy72oYjlEaU5UWSxlwrmAT9sXKrz5jaw2/HndnkOcDIbmC7c7bdSWijq+efEaR30oNNzWs9nX24V1IRl5XKVEeIJ2z/NNgR91dHf4GniPD3rDxj/mcwfc6gcP/2A/OMxHBplikTQ+rVAtfnOK1NPmoCFPcGpteNtvVGkUIkAgf74yrvj0HlatLjm8xH8lUc7nv2PMPP5kdj+BGMxfkA/tq8/f4LHPGgIVQXciNv8Z+YxaA36i4ixIK1UqChacLEW88WTjW2LS1HLqdMT2UXGHl5XlV8OyayNKcZdZlIcMmu7LJnWKL83R8ejOOow9vpYBzqSgd0RAK/6LkqszA+Ed594cq6ujQ9+FzV7mWn1vZNWWgEHBxg/SLsMfKQTHzsCvqghtaaUpOyWgjCLp9dcZgJWooafQ4Zgtbdt6Gnmn8QPwqm4LHpDfMqYysKuU67727z+zGo2SO7IFl9Rw9uwOGqUxfd5N2VMUmv+sNEvkNxBUjDbiGPIuhORw495c= ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:26:19.249 DEBUG:teuthology.orchestra.run.smithi186:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwmEqy72oYjlEaU5UWSxlwrmAT9sXKrz5jaw2/HndnkOcDIbmC7c7bdSWijq+efEaR30oNNzWs9nX24V1IRl5XKVEeIJ2z/NNgR91dHf4GniPD3rDxj/mcwfc6gcP/2A/OMxHBplikTQ+rVAtfnOK1NPmoCFPcGpteNtvVGkUIkAgf74yrvj0HlatLjm8xH8lUc7nv2PMPP5kdj+BGMxfkA/tq8/f4LHPGgIVQXciNv8Z+YxaA36i4ixIK1UqChacLEW88WTjW2LS1HLqdMT2UXGHl5XlV8OyayNKcZdZlIcMmu7LJnWKL83R8ejOOow9vpYBzqSgd0RAK/6LkqszA+Ed594cq6ujQ9+FzV7mWn1vZNWWgEHBxg/SLsMfKQTHzsCvqghtaaUpOyWgjCLp9dcZgJWooafQ4Zgtbdt6Gnmn8QPwqm4LHpDfMqYysKuU67727z+zGo2SO7IFl9Rw9uwOGqUxfd5N2VMUmv+sNEvkNxBUjDbiGPIuhORw495c= ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-06T03:26:19.295 INFO:teuthology.orchestra.run.smithi186.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwmEqy72oYjlEaU5UWSxlwrmAT9sXKrz5jaw2/HndnkOcDIbmC7c7bdSWijq+efEaR30oNNzWs9nX24V1IRl5XKVEeIJ2z/NNgR91dHf4GniPD3rDxj/mcwfc6gcP/2A/OMxHBplikTQ+rVAtfnOK1NPmoCFPcGpteNtvVGkUIkAgf74yrvj0HlatLjm8xH8lUc7nv2PMPP5kdj+BGMxfkA/tq8/f4LHPGgIVQXciNv8Z+YxaA36i4ixIK1UqChacLEW88WTjW2LS1HLqdMT2UXGHl5XlV8OyayNKcZdZlIcMmu7LJnWKL83R8ejOOow9vpYBzqSgd0RAK/6LkqszA+Ed594cq6ujQ9+FzV7mWn1vZNWWgEHBxg/SLsMfKQTHzsCvqghtaaUpOyWgjCLp9dcZgJWooafQ4Zgtbdt6Gnmn8QPwqm4LHpDfMqYysKuU67727z+zGo2SO7IFl9Rw9uwOGqUxfd5N2VMUmv+sNEvkNxBUjDbiGPIuhORw495c= ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:26:19.298 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:19 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/3123567159' entity='client.admin' 2024-04-06T03:26:19.311 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwmEqy72oYjlEaU5UWSxlwrmAT9sXKrz5jaw2/HndnkOcDIbmC7c7bdSWijq+efEaR30oNNzWs9nX24V1IRl5XKVEeIJ2z/NNgR91dHf4GniPD3rDxj/mcwfc6gcP/2A/OMxHBplikTQ+rVAtfnOK1NPmoCFPcGpteNtvVGkUIkAgf74yrvj0HlatLjm8xH8lUc7nv2PMPP5kdj+BGMxfkA/tq8/f4LHPGgIVQXciNv8Z+YxaA36i4ixIK1UqChacLEW88WTjW2LS1HLqdMT2UXGHl5XlV8OyayNKcZdZlIcMmu7LJnWKL83R8ejOOow9vpYBzqSgd0RAK/6LkqszA+Ed594cq6ujQ9+FzV7mWn1vZNWWgEHBxg/SLsMfKQTHzsCvqghtaaUpOyWgjCLp9dcZgJWooafQ4Zgtbdt6Gnmn8QPwqm4LHpDfMqYysKuU67727z+zGo2SO7IFl9Rw9uwOGqUxfd5N2VMUmv+sNEvkNxBUjDbiGPIuhORw495c= ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-06T03:26:19.357 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwmEqy72oYjlEaU5UWSxlwrmAT9sXKrz5jaw2/HndnkOcDIbmC7c7bdSWijq+efEaR30oNNzWs9nX24V1IRl5XKVEeIJ2z/NNgR91dHf4GniPD3rDxj/mcwfc6gcP/2A/OMxHBplikTQ+rVAtfnOK1NPmoCFPcGpteNtvVGkUIkAgf74yrvj0HlatLjm8xH8lUc7nv2PMPP5kdj+BGMxfkA/tq8/f4LHPGgIVQXciNv8Z+YxaA36i4ixIK1UqChacLEW88WTjW2LS1HLqdMT2UXGHl5XlV8OyayNKcZdZlIcMmu7LJnWKL83R8ejOOow9vpYBzqSgd0RAK/6LkqszA+Ed594cq6ujQ9+FzV7mWn1vZNWWgEHBxg/SLsMfKQTHzsCvqghtaaUpOyWgjCLp9dcZgJWooafQ4Zgtbdt6Gnmn8QPwqm4LHpDfMqYysKuU67727z+zGo2SO7IFl9Rw9uwOGqUxfd5N2VMUmv+sNEvkNxBUjDbiGPIuhORw495c= ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:26:19.372 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-06T03:26:19.632 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:20.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:20.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:21.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:21.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:21.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:21 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1956242735' entity='client.admin' 2024-04-06T03:26:21.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:21.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:22.319 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-06T03:26:22.320 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-06T03:26:23.244 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:26:25.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:26.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:26.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:26.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:26.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:26.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:26.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:26.515 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi186 2024-04-06T03:26:26.515 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:26:26.515 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.conf 2024-04-06T03:26:26.534 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:26:26.534 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:26.591 INFO:tasks.cephadm:Adding host smithi186 to orchestrator... 2024-04-06T03:26:26.592 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch host add smithi186 2024-04-06T03:26:26.832 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:26:27.172 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:26 smithi055 ceph-mon[29860]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:26:27.172 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:26 smithi055 ceph-mon[29860]: Updating smithi055:/etc/ceph/ceph.conf 2024-04-06T03:26:27.172 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:26 smithi055 ceph-mon[29860]: Updating smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:26:27.172 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:26 smithi055 ceph-mon[29860]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:27.172 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:27.172 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:27.172 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:27.937 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:27 smithi055 ceph-mon[29860]: Updating smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:26:29.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:28 smithi055 ceph-mon[29860]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:26:30.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:29 smithi055 ceph-mon[29860]: Deploying cephadm binary to smithi186 2024-04-06T03:26:31.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:31 smithi055 ceph-mon[29860]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:32.892 INFO:teuthology.orchestra.run.smithi055.stdout:Added host 'smithi186' with addr '172.21.15.186' 2024-04-06T03:26:33.606 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:33 smithi055 ceph-mon[29860]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:33.606 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:33 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:33.606 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:33 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:33.606 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:33 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:33.607 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch host ls --format=json 2024-04-06T03:26:33.853 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:26:34.663 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:34 smithi055 ceph-mon[29860]: Added host smithi186 2024-04-06T03:26:34.663 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:34.663 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:34.663 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi186", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:26:34.663 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:34.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:35.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:26:35.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:26:35.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:35.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:35.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:35.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:35.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi186", "caps": []}]: dispatch 2024-04-06T03:26:35.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi186", "caps": []}]': finished 2024-04-06T03:26:35.633 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:35.633 INFO:teuthology.orchestra.run.smithi055.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.186", "hostname": "smithi186", "labels": [], "status": ""}] 2024-04-06T03:26:36.233 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2024-04-06T03:26:36.233 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:26:36.233 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2024-04-06T03:26:36.251 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:26:36.251 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:36.308 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2024-04-06T03:26:36.308 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch host add smithi190 2024-04-06T03:26:36.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:36 smithi055 ceph-mon[29860]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:26:36.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:36 smithi055 ceph-mon[29860]: Deploying daemon agent.smithi186 on smithi186 2024-04-06T03:26:36.551 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:26:37.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:26:37.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:37.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:37.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:37.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:37.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:39.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:39 smithi055 ceph-mon[29860]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:26:39.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:39 smithi055 ceph-mon[29860]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:40.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:40 smithi055 ceph-mon[29860]: Deploying cephadm binary to smithi190 2024-04-06T03:26:40.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:40 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:40.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:40 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:41.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:41 smithi055 ceph-mon[29860]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:42.781 INFO:teuthology.orchestra.run.smithi055.stdout:Added host 'smithi190' with addr '172.21.15.190' 2024-04-06T03:26:43.498 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch host ls --format=json 2024-04-06T03:26:43.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:43 smithi055 ceph-mon[29860]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:43.929 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:26:44.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:44 smithi055 ceph-mon[29860]: Added host smithi190 2024-04-06T03:26:44.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:44.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:44.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:26:44.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:44.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:45.704 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:26:45.705 INFO:teuthology.orchestra.run.smithi055.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.186", "hostname": "smithi186", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]: dispatch 2024-04-06T03:26:45.705 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]': finished 2024-04-06T03:26:46.245 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-06T03:26:46.246 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd crush tunables default 2024-04-06T03:26:46.484 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:26:46.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:46 smithi055 ceph-mon[29860]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:26:46.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:46 smithi055 ceph-mon[29860]: Deploying daemon agent.smithi190 on smithi190 2024-04-06T03:26:46.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:46 smithi055 ceph-mon[29860]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:26:46.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:46 smithi055 ceph-mon[29860]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:47.888 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:47.889 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:47.889 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:47.889 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:47.889 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:48.612 INFO:teuthology.orchestra.run.smithi055.stderr:adjusted tunables profile to default 2024-04-06T03:26:48.889 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:48 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/811428510' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-06T03:26:48.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:48 smithi055 ceph-mon[29860]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:49.157 INFO:tasks.cephadm:Adding mon.a on smithi055 2024-04-06T03:26:49.157 INFO:tasks.cephadm:Adding mon.b on smithi186 2024-04-06T03:26:49.157 INFO:tasks.cephadm:Adding mon.c on smithi190 2024-04-06T03:26:49.157 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch apply mon '3;smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;smithi190:172.21.15.190=c' 2024-04-06T03:26:49.832 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:26:50.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:49 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/811428510' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-06T03:26:50.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:49 smithi055 ceph-mon[29860]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:26:51.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:50 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:51.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:50 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:51.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:50 smithi055 ceph-mon[29860]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:51.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:50 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:51.406 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2024-04-06T03:26:51.994 DEBUG:teuthology.orchestra.run.smithi186:mon.b> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.b.service 2024-04-06T03:26:51.997 DEBUG:teuthology.orchestra.run.smithi190:mon.c> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.c.service 2024-04-06T03:26:52.001 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-06T03:26:52.001 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph mon dump -f json 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;smithi190:172.21.15.190=c;count:3 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:26:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:53.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:53 smithi055 ceph-mon[29860]: Deploying daemon mon.c on smithi190 2024-04-06T03:26:53.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:53 smithi055 ceph-mon[29860]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:54.057 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:26:55.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:55 smithi190 systemd[1]: Starting Ceph mon.c for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:26:55.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:26:55 smithi055 ceph-mon[29860]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.011 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:26:56.011 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"2a35881e-f3c5-11ee-b649-cb9ed24678a4","modified":"2024-04-06T03:25:04.412264Z","created":"2024-04-06T03:25:04.412264Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-06T03:26:56.013 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:55 smithi190 podman[31718]: 2024-04-06 03:26:55.773753533 +0000 UTC m=+0.455497929 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:55 smithi190 podman[31718]: 2024-04-06 03:26:55.873631131 +0000 UTC m=+0.555375512 container create 353097fe43a0918babe9effa37004fff686f7ab309e051c68242fd9c851dc4a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-c, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 podman[31718]: 2024-04-06 03:26:56.076314805 +0000 UTC m=+0.758059186 container init 353097fe43a0918babe9effa37004fff686f7ab309e051c68242fd9c851dc4a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-9f19235, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 podman[31718]: 2024-04-06 03:26:56.079358346 +0000 UTC m=+0.761102730 container start 353097fe43a0918babe9effa37004fff686f7ab309e051c68242fd9c851dc4a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-c, org.label-schema.license=GPLv2, RELEASE=squid-9f19235, ceph=True, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: set uid:gid to 167:167 (ceph:ceph) 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev), process ceph-mon, pid 2 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pidfile_write: ignore empty --pid-file 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: load: jerasure load: lrc 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: RocksDB version: 7.9.2 2024-04-06T03:26:56.121 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Git sha 0 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Compile date 2024-04-05 08:39:05 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: DB SUMMARY 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: DB Session ID: ET2372EKGFEIMAWTVXTD 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: CURRENT file: CURRENT 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: IDENTITY file: IDENTITY 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.error_if_exists: 0 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.create_if_missing: 0 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.paranoid_checks: 1 2024-04-06T03:26:56.122 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.env: 0x55b24570ac60 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.fs: PosixFileSystem 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.info_log: 0x55b24722dae0 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_file_opening_threads: 16 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.statistics: (nil) 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.use_fsync: 0 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_log_file_size: 0 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.keep_log_file_num: 1000 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.recycle_log_file_num: 0 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.allow_fallocate: 1 2024-04-06T03:26:56.123 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.allow_mmap_reads: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.allow_mmap_writes: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.use_direct_reads: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.create_missing_column_families: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.db_log_dir: 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.wal_dir: 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.advise_random_on_open: 1 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.db_write_buffer_size: 0 2024-04-06T03:26:56.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.write_buffer_manager: 0x55b2472001e0 2024-04-06T03:26:56.125 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-06T03:26:56.125 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-06T03:26:56.125 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-06T03:26:56.125 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.rate_limiter: (nil) 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.wal_recovery_mode: 2 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.enable_thread_tracking: 0 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.enable_pipelined_write: 0 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.unordered_write: 0 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-06T03:26:56.126 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.row_cache: None 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.wal_filter: None 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.allow_ingest_behind: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.two_write_queues: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.manual_wal_flush: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.wal_compression: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.atomic_flush: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-06T03:26:56.127 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.log_readahead_size: 0 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.best_efforts_recovery: 0 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.allow_data_in_errors: 0 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.db_host_id: __hostname__ 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_background_jobs: 2 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_background_compactions: -1 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_subcompactions: 1 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-06T03:26:56.128 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_total_wal_size: 0 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_open_files: -1 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bytes_per_sync: 0 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_readahead_size: 0 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_background_flushes: -1 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Compression algorithms supported: 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-06T03:26:56.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kZSTD supported: 0 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kXpressCompression supported: 0 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kLZ4HCCompression supported: 1 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kZlibCompression supported: 1 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kSnappyCompression supported: 1 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kLZ4Compression supported: 1 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: kBZip2Compression supported: 0 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-06T03:26:56.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.merge_operator: 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_filter: None 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_filter_factory: None 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.sst_partitioner_factory: None 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b24722dbe0) 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: cache_index_and_filter_blocks: 1 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: pin_top_level_index_and_filter: 1 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: index_type: 0 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: data_block_index_type: 0 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: index_shortening: 1 2024-04-06T03:26:56.131 INFO:journalctl@ceph.mon.c.smithi190.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: checksum: 4 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: no_block_cache: 0 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache: 0x55b247231090 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache_name: BinnedLRUCache 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache_options: 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: capacity : 536870912 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: num_shard_bits : 4 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: strict_capacity_limit : 0 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: high_pri_pool_ratio: 0.000 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache_compressed: (nil) 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: persistent_cache: (nil) 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_size: 4096 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_size_deviation: 10 2024-04-06T03:26:56.132 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_restart_interval: 16 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: index_block_restart_interval: 1 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: metadata_block_size: 4096 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: partition_filters: 0 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: use_delta_encoding: 1 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: filter_policy: bloomfilter 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: whole_key_filtering: 1 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: verify_compression: 0 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: read_amp_bytes_per_bit: 0 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: format_version: 5 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: enable_index_compression: 1 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_align: 0 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: max_auto_readahead_size: 262144 2024-04-06T03:26:56.133 INFO:journalctl@ceph.mon.c.smithi190.stdout: prepopulate_block_cache: 0 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout: initial_auto_readahead_size: 8192 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout: num_file_reads_for_auto_readahead: 2 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.write_buffer_size: 33554432 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_write_buffer_number: 2 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression: NoCompression 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression: Disabled 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.prefix_extractor: nullptr 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.num_levels: 7 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-06T03:26:56.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.level: 32767 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.strategy: 0 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-06T03:26:56.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.enabled: false 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.target_file_size_base: 67108864 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-06T03:26:56.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.arena_block_size: 1048576 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.disable_auto_compactions: 0 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-06T03:26:56.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.table_properties_collectors: 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.inplace_update_support: 0 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.bloom_locality: 0 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.max_successive_merges: 0 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-06T03:26:56.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.paranoid_file_checks: 0 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.force_consistency_checks: 1 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.report_bg_io_stats: 0 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.ttl: 2592000 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.enable_blob_files: false 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.min_blob_size: 0 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.blob_file_size: 268435456 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-06T03:26:56.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.blob_file_starting_level: 0 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: 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-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 448073c8-b508-4f2c-8de9-199bbb468c15 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712374016119618, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712374016120061, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1712374016, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "448073c8-b508-4f2c-8de9-199bbb468c15", "db_session_id": "ET2372EKGFEIMAWTVXTD", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712374016120142, "job": 1, "event": "recovery_finished"} 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: 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-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b247322000 2024-04-06T03:26:56.140 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: DB pointer 0x55b24730c000 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** DB Stats ** 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** Compaction Stats [default] ** 2024-04-06T03:26:56.141 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.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 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** Compaction Stats [default] ** 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.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 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2024-04-06T03:26:56.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: Block cache BinnedLRUCache@0x55b247231090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: using public_addr v2:172.21.15.190:0/0 -> [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2024-04-06T03:26:56.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: starting mon.c rank -1 at public addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] at bind addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:26:56.144 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(???) e0 preinit fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).mds e1 new map 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).mds e1 print_map 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout: e1 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.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-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout: legacy client fscid: -1 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout: No filesystems configured 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-06T03:26:56.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: 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-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi186", "caps": []}]: dispatch 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi186", "caps": []}]': finished 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Deploying daemon agent.smithi186 on smithi186 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.486 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.487 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Deploying cephadm binary to smithi190 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.488 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Added host smithi190 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.489 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]: dispatch 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]': finished 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Deploying daemon agent.smithi190 on smithi190 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:56.490 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/811428510' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/811428510' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.491 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;smithi190:172.21.15.190=c;count:3 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: Deploying daemon mon.c on smithi190 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:26:56.492 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 ceph-mon[31778]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-06T03:26:56.493 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 bash[31718]: 353097fe43a0918babe9effa37004fff686f7ab309e051c68242fd9c851dc4a0 2024-04-06T03:26:56.493 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:26:56 smithi190 systemd[1]: Started Ceph mon.c for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:26:57.714 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-06T03:26:57.714 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph mon dump -f json 2024-04-06T03:26:57.959 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:27:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: mon.a calling monitor election 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: mon.c calling monitor election 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-06T03:27:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: monmap epoch 2 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: last_changed 2024-04-06T03:26:56.142874+0000 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: min_mon_release 19 (squid) 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: election_strategy: 1 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: fsmap 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: mgrmap e13: a(active, since 50s) 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: overall HEALTH_OK 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: mon.a calling monitor election 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: mon.c calling monitor election 2024-04-06T03:27:01.514 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: monmap epoch 2 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: last_changed 2024-04-06T03:26:56.142874+0000 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: min_mon_release 19 (squid) 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: election_strategy: 1 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: fsmap 2024-04-06T03:27:01.515 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: mgrmap e13: a(active, since 50s) 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: overall HEALTH_OK 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:01.516 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:02.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:02.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:02.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:02.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:02 smithi055 ceph-mon[29860]: Deploying daemon mon.b on smithi186 2024-04-06T03:27:02.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:02.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:02 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:02.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:02 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:02.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:02 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:02.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:02 smithi190 ceph-mon[31778]: Deploying daemon mon.b on smithi186 2024-04-06T03:27:02.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:02 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:02.766 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:27:02.766 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"2a35881e-f3c5-11ee-b649-cb9ed24678a4","modified":"2024-04-06T03:26:56.142874Z","created":"2024-04-06T03:25:04.412264Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-06T03:27:02.768 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2024-04-06T03:27:03.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:03 smithi055 ceph-mon[29860]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:03.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:03 smithi055 ceph-mon[29860]: from='client.? 172.21.15.190:0/3201955522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-06T03:27:03.347 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:03 smithi190 ceph-mon[31778]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:03.347 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:03 smithi190 ceph-mon[31778]: from='client.? 172.21.15.190:0/3201955522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-06T03:27:04.376 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-06T03:27:04.376 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph mon dump -f json 2024-04-06T03:27:04.620 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:27:04.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:04 smithi190 ceph-mon[31778]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:04.737 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 podman[31689]: 2024-04-06 03:27:04.55947628 +0000 UTC m=+0.017853207 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:27:04.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:04 smithi055 ceph-mon[29860]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 podman[31689]: 2024-04-06 03:27:04.800076199 +0000 UTC m=+0.258453122 container init 4e247cebc6702dbaf2ac762dd8aaf37164b2ec733031814426f553f3da30c30b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=squid-9f19235, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:27:05.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 podman[31689]: 2024-04-06 03:27:04.803408222 +0000 UTC m=+0.261785146 container start 4e247cebc6702dbaf2ac762dd8aaf37164b2ec733031814426f553f3da30c30b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=squid-9f19235, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, ceph=True) 2024-04-06T03:27:05.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: set uid:gid to 167:167 (ceph:ceph) 2024-04-06T03:27:05.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: ceph version 19.0.0-2027-g9f192350 (9f192350ba5fe6d0a365b251a8c2af61f56a5fa6) squid (dev), process ceph-mon, pid 2 2024-04-06T03:27:05.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pidfile_write: ignore empty --pid-file 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: load: jerasure load: lrc 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: RocksDB version: 7.9.2 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Git sha 0 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Compile date 2024-04-05 08:39:05 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: DB SUMMARY 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: DB Session ID: B6LZ4QCKKPZV39XFZC60 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: CURRENT file: CURRENT 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: IDENTITY file: IDENTITY 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.error_if_exists: 0 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.create_if_missing: 0 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.paranoid_checks: 1 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-06T03:27:05.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-06T03:27:05.177 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-06T03:27:05.177 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.env: 0x55c46eb96c60 2024-04-06T03:27:05.177 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.fs: PosixFileSystem 2024-04-06T03:27:05.177 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.info_log: 0x55c46fc39ae0 2024-04-06T03:27:05.177 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_file_opening_threads: 16 2024-04-06T03:27:05.179 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.statistics: (nil) 2024-04-06T03:27:05.179 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.use_fsync: 0 2024-04-06T03:27:05.179 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_log_file_size: 0 2024-04-06T03:27:05.179 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-06T03:27:05.179 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.keep_log_file_num: 1000 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.recycle_log_file_num: 0 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.allow_fallocate: 1 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.allow_mmap_reads: 0 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.allow_mmap_writes: 0 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.use_direct_reads: 0 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.create_missing_column_families: 0 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.db_log_dir: 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.wal_dir: 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-06T03:27:05.180 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.advise_random_on_open: 1 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.db_write_buffer_size: 0 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.write_buffer_manager: 0x55c46fc0c1e0 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-06T03:27:05.181 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.rate_limiter: (nil) 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.wal_recovery_mode: 2 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.enable_thread_tracking: 0 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.enable_pipelined_write: 0 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.unordered_write: 0 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.row_cache: None 2024-04-06T03:27:05.182 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.wal_filter: None 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.allow_ingest_behind: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.two_write_queues: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.manual_wal_flush: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.wal_compression: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.atomic_flush: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.log_readahead_size: 0 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-06T03:27:05.183 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.best_efforts_recovery: 0 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.allow_data_in_errors: 0 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.db_host_id: __hostname__ 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_background_jobs: 2 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_background_compactions: -1 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_subcompactions: 1 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-06T03:27:05.184 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_total_wal_size: 0 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_open_files: -1 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bytes_per_sync: 0 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_readahead_size: 0 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_background_flushes: -1 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Compression algorithms supported: 2024-04-06T03:27:05.185 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kZSTD supported: 0 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kXpressCompression supported: 0 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kLZ4HCCompression supported: 1 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kZlibCompression supported: 1 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kSnappyCompression supported: 1 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kLZ4Compression supported: 1 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: kBZip2Compression supported: 0 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-06T03:27:05.186 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-06T03:27:05.187 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.merge_operator: 2024-04-06T03:27:05.187 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_filter: None 2024-04-06T03:27:05.187 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_filter_factory: None 2024-04-06T03:27:05.187 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.sst_partitioner_factory: None 2024-04-06T03:27:05.187 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-06T03:27:05.187 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c46fc39be0) 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: cache_index_and_filter_blocks: 1 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: pin_top_level_index_and_filter: 1 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: index_type: 0 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: data_block_index_type: 0 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: index_shortening: 1 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: checksum: 4 2024-04-06T03:27:05.188 INFO:journalctl@ceph.mon.b.smithi186.stdout: no_block_cache: 0 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_cache: 0x55c46fc3d090 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_cache_name: BinnedLRUCache 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_cache_options: 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: capacity : 536870912 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: num_shard_bits : 4 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: strict_capacity_limit : 0 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: high_pri_pool_ratio: 0.000 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_cache_compressed: (nil) 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: persistent_cache: (nil) 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_size: 4096 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_size_deviation: 10 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_restart_interval: 16 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: index_block_restart_interval: 1 2024-04-06T03:27:05.189 INFO:journalctl@ceph.mon.b.smithi186.stdout: metadata_block_size: 4096 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: partition_filters: 0 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: use_delta_encoding: 1 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: filter_policy: bloomfilter 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: whole_key_filtering: 1 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: verify_compression: 0 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: read_amp_bytes_per_bit: 0 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: format_version: 5 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: enable_index_compression: 1 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: block_align: 0 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: max_auto_readahead_size: 262144 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: prepopulate_block_cache: 0 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: initial_auto_readahead_size: 8192 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout: num_file_reads_for_auto_readahead: 2 2024-04-06T03:27:05.190 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.write_buffer_size: 33554432 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_write_buffer_number: 2 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression: NoCompression 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression: Disabled 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.prefix_extractor: nullptr 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.num_levels: 7 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-06T03:27:05.191 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.level: 32767 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.strategy: 0 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.enabled: false 2024-04-06T03:27:05.192 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.target_file_size_base: 67108864 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-06T03:27:05.193 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.arena_block_size: 1048576 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.disable_auto_compactions: 0 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-06T03:27:05.194 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.table_properties_collectors: 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.inplace_update_support: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.bloom_locality: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.max_successive_merges: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.paranoid_file_checks: 0 2024-04-06T03:27:05.195 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.force_consistency_checks: 1 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.report_bg_io_stats: 0 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.ttl: 2592000 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.enable_blob_files: false 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.min_blob_size: 0 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.blob_file_size: 268435456 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-06T03:27:05.196 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.blob_file_starting_level: 0 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: 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-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1e7d0ca1-8742-47c5-abb5-7e0e47b5bc25 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712374024833054, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712374024833469, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "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": "[]", "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": 1712374024, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1e7d0ca1-8742-47c5-abb5-7e0e47b5bc25", "db_session_id": "B6LZ4QCKKPZV39XFZC60", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712374024833548, "job": 1, "event": "recovery_finished"} 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: 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-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c46fd2e000 2024-04-06T03:27:05.197 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: DB pointer 0x55c46fd18000 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: ** DB Stats ** 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.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-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.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-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: ** Compaction Stats [default] ** 2024-04-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.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-06T03:27:05.198 INFO:journalctl@ceph.mon.b.smithi186.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: ** Compaction Stats [default] ** 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.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-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-06T03:27:05.199 INFO:journalctl@ceph.mon.b.smithi186.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: Cumulative compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: Interval compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.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-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: Block cache BinnedLRUCache@0x55c46fc3d090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.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-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: using public_addr v2:172.21.15.186:0/0 -> [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] 2024-04-06T03:27:05.200 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: starting mon.b rank -1 at public addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] at bind addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(???) e0 preinit fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).mds e1 new map 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).mds e1 print_map 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout: e1 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.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-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout: legacy client fscid: -1 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout: 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout: No filesystems configured 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: 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-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-06T03:27:05.201 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi186", "caps": []}]: dispatch 2024-04-06T03:27:05.202 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi186", "caps": []}]': finished 2024-04-06T03:27:05.203 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:27:05.203 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Deploying daemon agent.smithi186 on smithi186 2024-04-06T03:27:05.203 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:27:05.203 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.204 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Deploying cephadm binary to smithi190 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.205 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.206 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:05.206 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Added host smithi190 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.207 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]: dispatch 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]': finished 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Deploying daemon agent.smithi190 on smithi190 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.208 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/811428510' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/811428510' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:05.209 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;smithi190:172.21.15.190=c;count:3 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Deploying daemon mon.c on smithi190 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.a calling monitor election 2024-04-06T03:27:05.210 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.c calling monitor election 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: monmap epoch 2 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: last_changed 2024-04-06T03:26:56.142874+0000 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: min_mon_release 19 (squid) 2024-04-06T03:27:05.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: election_strategy: 1 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: fsmap 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mgrmap e13: a(active, since 50s) 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: overall HEALTH_OK 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.212 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: Deploying daemon mon.b on smithi186 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: from='client.? 172.21.15.190:0/3201955522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 ceph-mon[31708]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 bash[31689]: 4e247cebc6702dbaf2ac762dd8aaf37164b2ec733031814426f553f3da30c30b 2024-04-06T03:27:05.213 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:04 smithi186 systemd[1]: Started Ceph mon.b for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:27:10.186 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: mon.a calling monitor election 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: mon.c calling monitor election 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: mon.b calling monitor election 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:10.187 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: monmap epoch 3 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: last_changed 2024-04-06T03:27:04.857941+0000 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: min_mon_release 19 (squid) 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: election_strategy: 1 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: 2: [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon.b 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: fsmap 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: mgrmap e13: a(active, since 59s) 2024-04-06T03:27:10.188 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: overall HEALTH_OK 2024-04-06T03:27:10.189 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.189 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.189 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.189 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.189 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.189 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.189 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:09 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:27:10.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: mon.a calling monitor election 2024-04-06T03:27:10.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: mon.c calling monitor election 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: mon.b calling monitor election 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: monmap epoch 3 2024-04-06T03:27:10.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: last_changed 2024-04-06T03:27:04.857941+0000 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: min_mon_release 19 (squid) 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: election_strategy: 1 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: 2: [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon.b 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: fsmap 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: mgrmap e13: a(active, since 59s) 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: overall HEALTH_OK 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.286 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.287 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.287 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.287 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.287 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: mon.a calling monitor election 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: mon.c calling monitor election 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: mon.b calling monitor election 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: monmap epoch 3 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: last_changed 2024-04-06T03:27:04.857941+0000 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: min_mon_release 19 (squid) 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: election_strategy: 1 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: 2: [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon.b 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: fsmap 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: osdmap e4: 0 total, 0 up, 0 in 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: mgrmap e13: a(active, since 59s) 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: overall HEALTH_OK 2024-04-06T03:27:10.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.426 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.426 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.426 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.426 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.426 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.426 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:10.824 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-06T03:27:10.824 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":3,"fsid":"2a35881e-f3c5-11ee-b649-cb9ed24678a4","modified":"2024-04-06T03:27:04.857941Z","created":"2024-04-06T03:25:04.412264Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:3300","nonce":0},{"type":"v1","addr":"172.21.15.186:6789","nonce":0}]},"addr":"172.21.15.186:6789/0","public_addr":"172.21.15.186:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-06T03:27:10.825 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 3 2024-04-06T03:27:11.170 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:11.170 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:11.170 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:11.170 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: Updating smithi055:/etc/ceph/ceph.conf 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: Updating smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.171 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.172 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:11.172 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:11.172 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:11.172 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='client.? 172.21.15.190:0/3760618371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-06T03:27:11.172 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: Updating smithi055:/etc/ceph/ceph.conf 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: Updating smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='client.? 172.21.15.190:0/3760618371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-06T03:27:11.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:11.372 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:11.372 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:11.372 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:11.372 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: Updating smithi055:/etc/ceph/ceph.conf 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: Updating smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.373 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:11.374 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:11.374 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:11.374 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:11.374 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='client.? 172.21.15.190:0/3760618371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-06T03:27:11.374 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:27:11.436 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-06T03:27:11.436 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph config generate-minimal-conf 2024-04-06T03:27:12.211 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:27:12.423 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:12 smithi186 ceph-mon[31708]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-06T03:27:12.423 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:12 smithi186 ceph-mon[31708]: Reconfiguring mon.a (unknown last config time)... 2024-04-06T03:27:12.423 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:12 smithi186 ceph-mon[31708]: Reconfiguring daemon mon.a on smithi055 2024-04-06T03:27:12.431 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:12 smithi190 ceph-mon[31778]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-06T03:27:12.431 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:12 smithi190 ceph-mon[31778]: Reconfiguring mon.a (unknown last config time)... 2024-04-06T03:27:12.431 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:12 smithi190 ceph-mon[31778]: Reconfiguring daemon mon.a on smithi055 2024-04-06T03:27:12.434 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:12 smithi055 ceph-mon[29860]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-06T03:27:12.434 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:12 smithi055 ceph-mon[29860]: Reconfiguring mon.a (unknown last config time)... 2024-04-06T03:27:12.434 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:12 smithi055 ceph-mon[29860]: Reconfiguring daemon mon.a on smithi055 2024-04-06T03:27:13.423 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: Reconfiguring mon.b (monmap changed)... 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: Reconfiguring daemon mon.b on smithi186 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.436 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.436 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: Reconfiguring mon.b (monmap changed)... 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: Reconfiguring daemon mon.b on smithi186 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.437 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: Reconfiguring mon.b (monmap changed)... 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: Reconfiguring daemon mon.b on smithi186 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:13.952 INFO:teuthology.orchestra.run.smithi055.stdout:# minimal ceph.conf for 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:13.952 INFO:teuthology.orchestra.run.smithi055.stdout:[global] 2024-04-06T03:27:13.953 INFO:teuthology.orchestra.run.smithi055.stdout: fsid = 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:27:13.953 INFO:teuthology.orchestra.run.smithi055.stdout: mon_host = [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2024-04-06T03:27:14.568 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-06T03:27:14.568 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:27:14.568 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.conf 2024-04-06T03:27:14.598 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:27:14.598 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/3729952902' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:14.605 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:14 smithi186 ceph-mon[31708]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:14.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.664 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.665 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.665 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.665 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/3729952902' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:14.665 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:14 smithi055 ceph-mon[29860]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:14.668 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:27:14.668 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.conf 2024-04-06T03:27:14.698 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:27:14.698 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:27:14.765 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:27:14.765 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/3729952902' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:14.792 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:14 smithi190 ceph-mon[31778]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:14.797 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:27:14.797 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:27:14.866 INFO:tasks.cephadm:Adding mgr.a on smithi055 2024-04-06T03:27:14.867 INFO:tasks.cephadm:Adding mgr.b on smithi186 2024-04-06T03:27:14.867 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch apply mgr '2;smithi055=a;smithi186=b' 2024-04-06T03:27:15.147 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:27:15.923 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:15.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:15.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:15 smithi186 ceph-mon[31708]: Reconfiguring mon.c (monmap changed)... 2024-04-06T03:27:15.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:15.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:15.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:15.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:15 smithi186 ceph-mon[31708]: Reconfiguring daemon mon.c on smithi190 2024-04-06T03:27:15.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:15.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:15.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:15 smithi190 ceph-mon[31778]: Reconfiguring mon.c (monmap changed)... 2024-04-06T03:27:15.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:15.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:15.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:15.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:15 smithi190 ceph-mon[31778]: Reconfiguring daemon mon.c on smithi190 2024-04-06T03:27:16.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:15 smithi055 ceph-mon[29860]: Reconfiguring mon.c (monmap changed)... 2024-04-06T03:27:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:27:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:27:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:15 smithi055 ceph-mon[29860]: Reconfiguring daemon mon.c on smithi190 2024-04-06T03:27:17.393 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.394 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.394 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:17.394 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:17.394 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:17.394 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.394 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:17 smithi190 ceph-mon[31778]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:17.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:17.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:17.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:17.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:17 smithi055 ceph-mon[29860]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:17.645 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mgr update... 2024-04-06T03:27:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:17 smithi186 ceph-mon[31708]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:18.257 DEBUG:teuthology.orchestra.run.smithi186:mgr.b> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.b.service 2024-04-06T03:27:18.259 INFO:tasks.cephadm:Deploying OSDs... 2024-04-06T03:27:18.260 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-06T03:27:18.260 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/scratch_devs of=/dev/stdout 2024-04-06T03:27:18.278 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-06T03:27:18.278 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_1 2024-04-06T03:27:18.335 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-04-06 03:27:02.641746147 +0000 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-04-06 03:20:27.674817090 +0000 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-04-06 03:20:27.674817090 +0000 2024-04-06T03:27:18.336 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-04-06 03:20:27.674817090 +0000 2024-04-06T03:27:18.336 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-06T03:27:18.406 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-04-06T03:27:18.406 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-04-06T03:27:18.406 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.00031769 s, 1.6 MB/s 2024-04-06T03:27:18.407 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-06T03:27:18.465 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_2 2024-04-06T03:27:18.524 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-06T03:27:18.524 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:18.524 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-06T03:27:18.524 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:18.524 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:18.525 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-04-06 03:27:02.641746147 +0000 2024-04-06T03:27:18.525 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-04-06 03:20:28.039809975 +0000 2024-04-06T03:27:18.525 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-04-06 03:20:28.039809975 +0000 2024-04-06T03:27:18.525 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-04-06 03:20:28.039809975 +0000 2024-04-06T03:27:18.525 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-06T03:27:18.594 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-04-06T03:27:18.594 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-04-06T03:27:18.594 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000296387 s, 1.7 MB/s 2024-04-06T03:27:18.595 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-06T03:27:18.654 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_3 2024-04-06T03:27:18.711 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-06T03:27:18.711 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:18.712 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-06T03:27:18.712 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:18.712 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:18.712 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-04-06 03:27:02.641746147 +0000 2024-04-06T03:27:18.712 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-04-06 03:20:28.391803114 +0000 2024-04-06T03:27:18.712 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-04-06 03:20:28.391803114 +0000 2024-04-06T03:27:18.712 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-04-06 03:20:28.391803114 +0000 2024-04-06T03:27:18.712 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-06T03:27:18.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi186=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:18.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: Saving service mgr spec with placement smithi055=a;smithi186=b;count:2 2024-04-06T03:27:18.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:18.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:18.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:18.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:18.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:18.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:27:18.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-06T03:27:18.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:27:18.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:18.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: Deploying daemon mgr.b on smithi186 2024-04-06T03:27:18.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:18 smithi055 ceph-mon[29860]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:18.780 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-04-06T03:27:18.780 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-04-06T03:27:18.781 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000263768 s, 1.9 MB/s 2024-04-06T03:27:18.781 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-06T03:27:18.839 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_4 2024-04-06T03:27:18.895 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-06T03:27:18.895 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:18.895 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-06T03:27:18.895 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:18.895 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:18.896 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-04-06 03:27:02.641746147 +0000 2024-04-06T03:27:18.896 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-04-06 03:20:28.756795999 +0000 2024-04-06T03:27:18.896 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-04-06 03:20:28.756795999 +0000 2024-04-06T03:27:18.896 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-04-06 03:20:28.756795999 +0000 2024-04-06T03:27:18.896 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi186=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: Saving service mgr spec with placement smithi055=a;smithi186=b;count:2 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-06T03:27:18.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:27:18.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:18.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: Deploying daemon mgr.b on smithi186 2024-04-06T03:27:18.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:18 smithi186 ceph-mon[31708]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:18.962 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-04-06T03:27:18.962 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-04-06T03:27:18.962 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000254874 s, 2.0 MB/s 2024-04-06T03:27:18.963 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-06T03:27:18.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi186=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: Saving service mgr spec with placement smithi055=a;smithi186=b;count:2 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: Deploying daemon mgr.b on smithi186 2024-04-06T03:27:18.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:18 smithi190 ceph-mon[31778]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:19.019 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-06T03:27:19.019 DEBUG:teuthology.orchestra.run.smithi186:> dd if=/scratch_devs of=/dev/stdout 2024-04-06T03:27:19.035 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-06T03:27:19.036 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_1 2024-04-06T03:27:19.092 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-06T03:27:19.092 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:19.092 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 661 Links: 1 2024-04-06T03:27:19.093 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:19.093 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:19.093 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-04-06 03:27:12.409083787 +0000 2024-04-06T03:27:19.093 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-04-06 03:20:24.724825478 +0000 2024-04-06T03:27:19.093 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-04-06 03:20:24.724825478 +0000 2024-04-06T03:27:19.093 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: 2024-04-06 03:20:24.724825478 +0000 2024-04-06T03:27:19.093 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-06T03:27:19.160 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-04-06T03:27:19.161 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-04-06T03:27:19.161 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000215128 s, 2.4 MB/s 2024-04-06T03:27:19.162 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-06T03:27:19.220 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_2 2024-04-06T03:27:19.276 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 681 Links: 1 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-04-06 03:27:12.409083787 +0000 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-04-06 03:20:25.075819191 +0000 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-04-06 03:20:25.075819191 +0000 2024-04-06T03:27:19.277 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: 2024-04-06 03:20:25.075819191 +0000 2024-04-06T03:27:19.277 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-06T03:27:19.465 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-04-06T03:27:19.465 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-04-06T03:27:19.465 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000184153 s, 2.8 MB/s 2024-04-06T03:27:19.466 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-06T03:27:19.481 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_3 2024-04-06T03:27:19.541 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-06T03:27:19.541 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:19.541 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 698 Links: 1 2024-04-06T03:27:19.542 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:19.542 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:19.542 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-04-06 03:27:19.417958362 +0000 2024-04-06T03:27:19.542 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-04-06 03:20:25.428812867 +0000 2024-04-06T03:27:19.542 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-04-06 03:20:25.428812867 +0000 2024-04-06T03:27:19.542 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: 2024-04-06 03:20:25.428812867 +0000 2024-04-06T03:27:19.543 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-06T03:27:19.646 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-04-06T03:27:19.646 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-04-06T03:27:19.647 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000201998 s, 2.5 MB/s 2024-04-06T03:27:19.648 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-06T03:27:19.663 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_4 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 717 Links: 1 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-04-06 03:27:19.602955051 +0000 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-04-06 03:20:25.764806849 +0000 2024-04-06T03:27:19.719 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-04-06 03:20:25.764806849 +0000 2024-04-06T03:27:19.720 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: 2024-04-06 03:20:25.764806849 +0000 2024-04-06T03:27:19.720 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-06T03:27:19.785 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:19 smithi186 systemd[1]: Starting Ceph mgr.b for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:27:19.788 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-04-06T03:27:19.788 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-04-06T03:27:19.788 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000184053 s, 2.8 MB/s 2024-04-06T03:27:19.790 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-06T03:27:19.846 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-06T03:27:19.846 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2024-04-06T03:27:19.865 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-06T03:27:19.865 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2024-04-06T03:27:19.923 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-06T03:27:19.923 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:19.923 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-06T03:27:19.923 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:19.924 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:19.924 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-06 03:27:13.060003119 +0000 2024-04-06T03:27:19.924 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-06 03:20:24.706621895 +0000 2024-04-06T03:27:19.924 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-06 03:20:24.706621895 +0000 2024-04-06T03:27:19.924 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: 2024-04-06 03:20:24.706621895 +0000 2024-04-06T03:27:19.924 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-06T03:27:19.995 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-06T03:27:19.996 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-06T03:27:19.996 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000225288 s, 2.3 MB/s 2024-04-06T03:27:19.997 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-06T03:27:20.055 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-06 03:27:13.060003119 +0000 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-06 03:20:25.074611413 +0000 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-06 03:20:25.074611413 +0000 2024-04-06T03:27:20.113 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: 2024-04-06 03:20:25.074611413 +0000 2024-04-06T03:27:20.113 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-06T03:27:20.149 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:19 smithi186 podman[33221]: 2024-04-06 03:27:19.779257502 +0000 UTC m=+0.018778041 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:27:20.150 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:19 smithi186 podman[33221]: 2024-04-06 03:27:19.906912105 +0000 UTC m=+0.146432676 container create e886275ce99f347f9f006b370871723ea229145865338ae80c9477529d488187 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, 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, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-06T03:27:20.181 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-06T03:27:20.182 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-06T03:27:20.182 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000202766 s, 2.5 MB/s 2024-04-06T03:27:20.183 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-06T03:27:20.240 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2024-04-06T03:27:20.296 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-06T03:27:20.296 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:20.296 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-06T03:27:20.296 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:20.296 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:20.296 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-06 03:27:13.060003119 +0000 2024-04-06T03:27:20.296 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-06 03:20:25.422601501 +0000 2024-04-06T03:27:20.297 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-06 03:20:25.422601501 +0000 2024-04-06T03:27:20.297 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: 2024-04-06 03:20:25.422601501 +0000 2024-04-06T03:27:20.297 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-06T03:27:20.365 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-06T03:27:20.365 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-06T03:27:20.365 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000174418 s, 2.9 MB/s 2024-04-06T03:27:20.366 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-06T03:27:20.423 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2024-04-06T03:27:20.424 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:20 smithi186 podman[33221]: 2024-04-06 03:27:20.150850378 +0000 UTC m=+0.390370910 container init e886275ce99f347f9f006b370871723ea229145865338ae80c9477529d488187 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, RELEASE=squid-9f19235, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-04-06T03:27:20.424 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:20 smithi186 podman[33221]: 2024-04-06 03:27:20.154615288 +0000 UTC m=+0.394135817 container start e886275ce99f347f9f006b370871723ea229145865338ae80c9477529d488187 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-04-06T03:27:20.424 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:20 smithi186 ceph-mgr[33278]: -- 172.21.15.186:0/666498279 <== mon.2 v2:172.21.15.186:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561712dec5a0 con 0x561712dc1000 2024-04-06T03:27:20.424 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:20 smithi186 bash[33221]: e886275ce99f347f9f006b370871723ea229145865338ae80c9477529d488187 2024-04-06T03:27:20.424 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:20 smithi186 systemd[1]: Started Ceph mgr.b for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-06 03:27:13.060003119 +0000 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-06 03:20:25.757591958 +0000 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-06 03:20:25.757591958 +0000 2024-04-06T03:27:20.478 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: 2024-04-06 03:20:25.757591958 +0000 2024-04-06T03:27:20.478 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-06T03:27:20.544 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-06T03:27:20.544 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-06T03:27:20.545 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000190774 s, 2.7 MB/s 2024-04-06T03:27:20.546 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-06T03:27:20.601 INFO:tasks.cephadm:Deploying osd.0 on smithi055 with /dev/vg_nvme/lv_4... 2024-04-06T03:27:20.601 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-06T03:27:21.173 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:20 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:20.712+0000 7ff09a38c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-06T03:27:21.174 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:20 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:20.806+0000 7ff09a38c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-06T03:27:21.395 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:21.562 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:21.563 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.563 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.563 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:27:21.563 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:27:21.563 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:21 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:21.585 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:21.482+0000 7ff09a38c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-06T03:27:21.585 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:21.584+0000 7ff09a38c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-06T03:27:21.585 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.585 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.585 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:27:21.586 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:21.590 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:27:21.591 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:27:21.591 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:21.922 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:21.732+0000 7ff09a38c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-06T03:27:21.922 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:21.831+0000 7ff09a38c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-06T03:27:21.923 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:21 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:21.921+0000 7ff09a38c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-06T03:27:22.443 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:22 smithi055 ceph-mon[29860]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-06T03:27:22.443 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:22 smithi055 ceph-mon[29860]: Reconfiguring mgr.a (unknown last config time)... 2024-04-06T03:27:22.443 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:22 smithi055 ceph-mon[29860]: Reconfiguring daemon mgr.a on smithi055 2024-04-06T03:27:22.444 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.444 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.444 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.460 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-mon[31708]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-06T03:27:22.460 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-mon[31708]: Reconfiguring mgr.a (unknown last config time)... 2024-04-06T03:27:22.460 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-mon[31708]: Reconfiguring daemon mgr.a on smithi055 2024-04-06T03:27:22.460 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.460 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.460 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.461 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:22.189+0000 7ff09a38c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-06T03:27:22.461 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:22.308+0000 7ff09a38c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-06T03:27:22.461 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:22.395+0000 7ff09a38c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-06T03:27:22.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:22 smithi190 ceph-mon[31778]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-06T03:27:22.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:22 smithi190 ceph-mon[31778]: Reconfiguring mgr.a (unknown last config time)... 2024-04-06T03:27:22.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:22 smithi190 ceph-mon[31778]: Reconfiguring daemon mgr.a on smithi055 2024-04-06T03:27:22.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:22 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:22 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:22 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:22.924 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:22.514+0000 7ff09a38c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-06T03:27:22.924 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:22 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:22.714+0000 7ff09a38c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-06T03:27:23.583 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:23 smithi055 ceph-mon[29860]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:23.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:23 smithi186 ceph-mon[31708]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:23.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:23 smithi190 ceph-mon[31778]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:24.063 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:23 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:23.784+0000 7ff09a38c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-06T03:27:24.064 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:23 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:23.917+0000 7ff09a38c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-06T03:27:24.348 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:24.258+0000 7ff09a38c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-06T03:27:24.348 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:24.347+0000 7ff09a38c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-06T03:27:24.398 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-06T03:27:24.398 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-06T03:27:24.399 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2024-04-06T03:27:24.399 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2024-04-06T03:27:24.399 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00784288 s, 1.3 GB/s 2024-04-06T03:27:24.399 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2024-04-06T03:27:24.673 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:24.540+0000 7ff09a38c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:27:25.010 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:24.723+0000 7ff09a38c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.011 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:25.271 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:25 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:25.010+0000 7ff09a38c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-06T03:27:25.301 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi055:vg_nvme/lv_4 2024-04-06T03:27:25.539 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:27:25.673 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:25 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:25.270+0000 7ff09a38c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-06T03:27:25.674 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:25 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:25.505+0000 7ff09a38c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-06T03:27:25.980 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:25.980 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:25.980 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:25.980 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:26.173 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:26.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:26.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:26.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:26.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:26.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:26.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:26.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:26.673 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:26 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:26.303+0000 7ff09a38c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-06T03:27:27.173 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:26 smithi186 ceph-mon[31708]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:27.174 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:26 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:26.893+0000 7ff09a38c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-06T03:27:27.174 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:26 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:26.990+0000 7ff09a38c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-06T03:27:27.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:26 smithi190 ceph-mon[31778]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:27.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:26 smithi055 ceph-mon[29860]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:27.674 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b[33274]: 2024-04-06T03:27:27.205+0000 7ff09a38c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-06T03:27:28.123 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:28.123 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:27:28.123 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:27:28.123 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:28.123 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: Standby manager daemon b started 2024-04-06T03:27:28.123 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-06T03:27:28.124 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-06T03:27:28.124 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-06T03:27:28.124 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:27 smithi055 ceph-mon[29860]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: Standby manager daemon b started 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-06T03:27:28.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:27 smithi186 ceph-mon[31708]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-06T03:27:28.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: Standby manager daemon b started 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-06T03:27:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:27 smithi190 ceph-mon[31778]: from='mgr.? 172.21.15.186:0/719448915' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-06T03:27:29.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:28 smithi055 ceph-mon[29860]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-06T03:27:29.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:28 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-06T03:27:29.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:28 smithi055 ceph-mon[29860]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:29.173 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:28 smithi186 ceph-mon[31708]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-06T03:27:29.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:28 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-06T03:27:29.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:28 smithi186 ceph-mon[31708]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:29.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:28 smithi190 ceph-mon[31778]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-06T03:27:29.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:28 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-06T03:27:29.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:28 smithi190 ceph-mon[31778]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:30.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:29 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/4273951327' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "967059f3-8de5-47c1-989f-a668fe024f82"}]: dispatch 2024-04-06T03:27:30.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:29 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/4273951327' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "967059f3-8de5-47c1-989f-a668fe024f82"}]': finished 2024-04-06T03:27:30.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:29 smithi186 ceph-mon[31708]: osdmap e5: 1 total, 0 up, 1 in 2024-04-06T03:27:30.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:30.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:29 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/4273951327' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "967059f3-8de5-47c1-989f-a668fe024f82"}]: dispatch 2024-04-06T03:27:30.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:29 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/4273951327' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "967059f3-8de5-47c1-989f-a668fe024f82"}]': finished 2024-04-06T03:27:30.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:29 smithi190 ceph-mon[31778]: osdmap e5: 1 total, 0 up, 1 in 2024-04-06T03:27:30.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:29 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:30.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:29 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/4273951327' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "967059f3-8de5-47c1-989f-a668fe024f82"}]: dispatch 2024-04-06T03:27:30.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:29 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/4273951327' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "967059f3-8de5-47c1-989f-a668fe024f82"}]': finished 2024-04-06T03:27:30.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:29 smithi055 ceph-mon[29860]: osdmap e5: 1 total, 0 up, 1 in 2024-04-06T03:27:30.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:31.173 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:30 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/3714250084' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:27:31.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:30 smithi186 ceph-mon[31708]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:31.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:30 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/3714250084' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:27:31.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:30 smithi190 ceph-mon[31778]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:31.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:30 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/3714250084' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:27:31.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:30 smithi055 ceph-mon[29860]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:32.605 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:32 smithi190 ceph-mon[31778]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:32.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:32 smithi055 ceph-mon[29860]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:32.923 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:32 smithi186 ceph-mon[31708]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:35.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:34 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:34 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:34 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:34 smithi190 ceph-mon[31778]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:35.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:34 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:34 smithi055 ceph-mon[29860]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:35.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:34 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:34 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:34 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:35.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:34 smithi186 ceph-mon[31708]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:36.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-06T03:27:36.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:36.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-06T03:27:36.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:36.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-06T03:27:36.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:37.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:36 smithi055 ceph-mon[29860]: Deploying daemon osd.0 on smithi055 2024-04-06T03:27:37.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:36 smithi055 ceph-mon[29860]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:37.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:36 smithi186 ceph-mon[31708]: Deploying daemon osd.0 on smithi055 2024-04-06T03:27:37.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:36 smithi186 ceph-mon[31708]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:37.483 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:36 smithi190 ceph-mon[31778]: Deploying daemon osd.0 on smithi055 2024-04-06T03:27:37.483 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:36 smithi190 ceph-mon[31778]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:38.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:38 smithi055 ceph-mon[29860]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:38.923 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:38 smithi186 ceph-mon[31708]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:38.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:38 smithi190 ceph-mon[31778]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:40.574 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:40 smithi055 ceph-mon[29860]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:40.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:40 smithi186 ceph-mon[31708]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:40.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:40 smithi190 ceph-mon[31778]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:41.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:42.673 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:42 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:42.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:42 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:42.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:42 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:42.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:42 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:42.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:42 smithi186 ceph-mon[31708]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:42.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:42 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:42.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:42 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:42.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:42 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:42.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:42 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:42.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:42 smithi055 ceph-mon[29860]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:42.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:42 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:42.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:42 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:42.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:42 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:42.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:42 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:42.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:42 smithi190 ceph-mon[31778]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.815 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.815 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.815 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.816 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:43.816 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:43.816 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:43.816 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.816 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.816 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.816 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:43.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:44.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:44 smithi186 ceph-mon[31708]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:44.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:44 smithi186 ceph-mon[31708]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-06T03:27:44.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:44 smithi055 ceph-mon[29860]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:44.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:44 smithi055 ceph-mon[29860]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-06T03:27:44.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:44 smithi190 ceph-mon[31778]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:44.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:44 smithi190 ceph-mon[31778]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-06T03:27:45.824 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:45 smithi055 ceph-mon[29860]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-06T03:27:45.824 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:45 smithi055 ceph-mon[29860]: osdmap e6: 1 total, 0 up, 1 in 2024-04-06T03:27:45.824 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:45 smithi055 ceph-mon[29860]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-04-06T03:27:45.824 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:45.873 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 0 on host 'smithi055' 2024-04-06T03:27:45.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:45 smithi186 ceph-mon[31708]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-06T03:27:45.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:45 smithi186 ceph-mon[31708]: osdmap e6: 1 total, 0 up, 1 in 2024-04-06T03:27:45.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:45 smithi186 ceph-mon[31708]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-04-06T03:27:45.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:45.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:45 smithi190 ceph-mon[31778]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-06T03:27:45.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:45 smithi190 ceph-mon[31778]: osdmap e6: 1 total, 0 up, 1 in 2024-04-06T03:27:45.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:45 smithi190 ceph-mon[31778]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-04-06T03:27:45.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:46.427 DEBUG:teuthology.orchestra.run.smithi055:osd.0> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.0.service 2024-04-06T03:27:46.430 INFO:tasks.cephadm:Deploying osd.1 on smithi055 with /dev/vg_nvme/lv_3... 2024-04-06T03:27:46.430 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-06T03:27:46.706 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:27:46.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-04-06T03:27:46.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: osdmap e7: 1 total, 0 up, 1 in 2024-04-06T03:27:46.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:46.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: Adjusting osd_memory_target on smithi055 to 16069M 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:46 smithi055 ceph-mon[29860]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:46.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-04-06T03:27:46.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: osdmap e7: 1 total, 0 up, 1 in 2024-04-06T03:27:46.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:46.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: Adjusting osd_memory_target on smithi055 to 16069M 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:46 smithi186 ceph-mon[31708]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:46.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: osdmap e7: 1 total, 0 up, 1 in 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: Adjusting osd_memory_target on smithi055 to 16069M 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:46.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:46 smithi190 ceph-mon[31778]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-06T03:27:47.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:47 smithi055 ceph-mon[29860]: purged_snaps scrub starts 2024-04-06T03:27:47.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:47 smithi055 ceph-mon[29860]: purged_snaps scrub ok 2024-04-06T03:27:47.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:47.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:47 smithi055 ceph-mon[29860]: osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396] boot 2024-04-06T03:27:47.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:47 smithi055 ceph-mon[29860]: osdmap e8: 1 total, 1 up, 1 in 2024-04-06T03:27:47.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:47 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:47.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:47 smithi055 ceph-mon[29860]: osdmap e9: 1 total, 1 up, 1 in 2024-04-06T03:27:47.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:47 smithi186 ceph-mon[31708]: purged_snaps scrub starts 2024-04-06T03:27:47.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:47 smithi186 ceph-mon[31708]: purged_snaps scrub ok 2024-04-06T03:27:47.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:47 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:47.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:47 smithi186 ceph-mon[31708]: osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396] boot 2024-04-06T03:27:47.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:47 smithi186 ceph-mon[31708]: osdmap e8: 1 total, 1 up, 1 in 2024-04-06T03:27:47.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:47 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:47.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:47 smithi186 ceph-mon[31708]: osdmap e9: 1 total, 1 up, 1 in 2024-04-06T03:27:47.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:47 smithi190 ceph-mon[31778]: purged_snaps scrub starts 2024-04-06T03:27:47.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:47 smithi190 ceph-mon[31778]: purged_snaps scrub ok 2024-04-06T03:27:47.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:47 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:47.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:47 smithi190 ceph-mon[31778]: osd.0 [v2:172.21.15.55:6802/1288935396,v1:172.21.15.55:6803/1288935396] boot 2024-04-06T03:27:47.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:47 smithi190 ceph-mon[31778]: osdmap e8: 1 total, 1 up, 1 in 2024-04-06T03:27:47.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:47 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-06T03:27:47.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:47 smithi190 ceph-mon[31778]: osdmap e9: 1 total, 1 up, 1 in 2024-04-06T03:27:48.518 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-06T03:27:48.519 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-06T03:27:48.519 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2024-04-06T03:27:48.519 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2024-04-06T03:27:48.519 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0158046 s, 663 MB/s 2024-04-06T03:27:48.519 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2024-04-06T03:27:48.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:48 smithi055 ceph-mon[29860]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:48.923 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:48 smithi186 ceph-mon[31708]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:48.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:48 smithi190 ceph-mon[31778]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:49.134 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi055:vg_nvme/lv_3 2024-04-06T03:27:49.376 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:27:50.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:50 smithi055 ceph-mon[29860]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:50.786 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:50 smithi190 ceph-mon[31778]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:50.923 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:50 smithi186 ceph-mon[31708]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:51.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:51 smithi055 ceph-mon[29860]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:51.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:27:51.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:27:51.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:51.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:51 smithi186 ceph-mon[31708]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:51.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:27:51.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:27:51.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:51.972 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:51 smithi190 ceph-mon[31778]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:27:51.972 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:51 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:27:51.972 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:51 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:27:51.972 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:51 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:27:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:52 smithi055 ceph-mon[29860]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:52.794 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:52 smithi190 ceph-mon[31778]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:52.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:52 smithi186 ceph-mon[31708]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:53.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:53 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/2846474730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d56164be-2cf3-4459-9e83-17a2ab9eb393"}]: dispatch 2024-04-06T03:27:53.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:53 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/2846474730' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d56164be-2cf3-4459-9e83-17a2ab9eb393"}]': finished 2024-04-06T03:27:53.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:53 smithi190 ceph-mon[31778]: osdmap e10: 2 total, 1 up, 2 in 2024-04-06T03:27:53.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:53 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:27:54.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:53 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2846474730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d56164be-2cf3-4459-9e83-17a2ab9eb393"}]: dispatch 2024-04-06T03:27:54.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:53 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2846474730' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d56164be-2cf3-4459-9e83-17a2ab9eb393"}]': finished 2024-04-06T03:27:54.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:53 smithi055 ceph-mon[29860]: osdmap e10: 2 total, 1 up, 2 in 2024-04-06T03:27:54.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:27:54.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:53 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/2846474730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d56164be-2cf3-4459-9e83-17a2ab9eb393"}]: dispatch 2024-04-06T03:27:54.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:53 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/2846474730' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d56164be-2cf3-4459-9e83-17a2ab9eb393"}]': finished 2024-04-06T03:27:54.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:53 smithi186 ceph-mon[31708]: osdmap e10: 2 total, 1 up, 2 in 2024-04-06T03:27:54.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:27:55.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:55 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/2243725014' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:27:55.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:55 smithi186 ceph-mon[31708]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:55.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:55 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:55 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:55 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:55 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/2243725014' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:27:55.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:55 smithi190 ceph-mon[31778]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:55.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:27:55.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:55 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2243725014' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:27:55.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:55 smithi055 ceph-mon[29860]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:56.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:56 smithi055 ceph-mon[29860]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:56.923 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:56 smithi186 ceph-mon[31708]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:56.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:56 smithi190 ceph-mon[31778]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:58.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:27:58 smithi055 ceph-mon[29860]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:58.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:27:58 smithi186 ceph-mon[31708]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:27:58.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:27:58 smithi190 ceph-mon[31778]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:00.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:28:00.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:00.483 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:28:00.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:28:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:01.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:01 smithi055 ceph-mon[29860]: Deploying daemon osd.1 on smithi055 2024-04-06T03:28:01.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:01 smithi055 ceph-mon[29860]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:01.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:01 smithi186 ceph-mon[31708]: Deploying daemon osd.1 on smithi055 2024-04-06T03:28:01.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:01 smithi186 ceph-mon[31708]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:01.483 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:01 smithi190 ceph-mon[31778]: Deploying daemon osd.1 on smithi055 2024-04-06T03:28:01.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:01 smithi190 ceph-mon[31778]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:02.778 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:02 smithi186 ceph-mon[31708]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:02.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:02 smithi055 ceph-mon[29860]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:02.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:02 smithi190 ceph-mon[31778]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:03.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:03.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:03.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:03 smithi190 ceph-mon[31778]: Detected new or changed devices on smithi055 2024-04-06T03:28:03.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:03.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:03.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:03.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.006 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.006 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.006 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:03 smithi055 ceph-mon[29860]: Detected new or changed devices on smithi055 2024-04-06T03:28:04.006 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.006 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.006 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.007 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:03 smithi186 ceph-mon[31708]: Detected new or changed devices on smithi055 2024-04-06T03:28:04.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:04.813 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:04 smithi186 ceph-mon[31708]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:04.904 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:04 smithi055 ceph-mon[29860]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:04.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:04 smithi190 ceph-mon[31778]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:06.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:06.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:06.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: Reconfiguring osd.1 (unknown last config time)... 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: Reconfiguring daemon osd.1 on smithi055 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: Reconfiguring osd.1 (unknown last config time)... 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: Reconfiguring daemon osd.1 on smithi055 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:06.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:06 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: Reconfiguring osd.1 (unknown last config time)... 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: Reconfiguring daemon osd.1 on smithi055 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:07 smithi055 ceph-mon[29860]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-06T03:28:07.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:07 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:07 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:07 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:07.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:07 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:07.723 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:07 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:07.723 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:07 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:07 smithi186 ceph-mon[31708]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-06T03:28:07.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:07 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:07 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:07 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:07.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:07 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:07.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:07 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:07.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:07 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:07 smithi190 ceph-mon[31778]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-06T03:28:07.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:07 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:07 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:07.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:07 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:07.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:07 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:07.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:07 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:07.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:07 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:08.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:08 smithi055 ceph-mon[29860]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:08.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:08 smithi055 ceph-mon[29860]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-06T03:28:08.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:08 smithi055 ceph-mon[29860]: Cluster is now healthy 2024-04-06T03:28:08.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:08 smithi186 ceph-mon[31708]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:08.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:08 smithi186 ceph-mon[31708]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-06T03:28:08.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:08 smithi186 ceph-mon[31708]: Cluster is now healthy 2024-04-06T03:28:08.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:08 smithi190 ceph-mon[31778]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:08.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:08 smithi190 ceph-mon[31778]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-06T03:28:08.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:08 smithi190 ceph-mon[31778]: Cluster is now healthy 2024-04-06T03:28:09.891 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:09 smithi055 ceph-mon[29860]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-06T03:28:09.923 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:09 smithi186 ceph-mon[31708]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-06T03:28:09.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:09 smithi190 ceph-mon[31778]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-06T03:28:10.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:10 smithi190 ceph-mon[31778]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:10.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:10 smithi190 ceph-mon[31778]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-06T03:28:10.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:10 smithi190 ceph-mon[31778]: osdmap e11: 2 total, 1 up, 2 in 2024-04-06T03:28:10.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:10 smithi190 ceph-mon[31778]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-04-06T03:28:10.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:10 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:10.996 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:10 smithi055 ceph-mon[29860]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:10.996 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:10 smithi055 ceph-mon[29860]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-06T03:28:10.997 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:10 smithi055 ceph-mon[29860]: osdmap e11: 2 total, 1 up, 2 in 2024-04-06T03:28:10.997 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:10 smithi055 ceph-mon[29860]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-04-06T03:28:10.997 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:10 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:10 smithi186 ceph-mon[31708]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:11.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:10 smithi186 ceph-mon[31708]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-06T03:28:11.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:10 smithi186 ceph-mon[31708]: osdmap e11: 2 total, 1 up, 2 in 2024-04-06T03:28:11.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:10 smithi186 ceph-mon[31708]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-04-06T03:28:11.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:10 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.333 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 1 on host 'smithi055' 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: osdmap e12: 2 total, 1 up, 2 in 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:11.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:11.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: Adjusting osd_memory_target on smithi055 to 8034M 2024-04-06T03:28:11.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:11.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:11.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:11 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.945 DEBUG:teuthology.orchestra.run.smithi055:osd.1> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.1.service 2024-04-06T03:28:11.948 INFO:tasks.cephadm:Deploying osd.2 on smithi186 with /dev/vg_nvme/lv_4... 2024-04-06T03:28:11.948 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-06T03:28:11.978 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: osdmap e12: 2 total, 1 up, 2 in 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: Adjusting osd_memory_target on smithi055 to 8034M 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:11.979 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:11.980 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.980 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:11 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: osdmap e12: 2 total, 1 up, 2 in 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910]' entity='osd.1' 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: Adjusting osd_memory_target on smithi055 to 8034M 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:11.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:11.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:11.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:11 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:12.197 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.b/config 2024-04-06T03:28:13.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:13 smithi186 ceph-mon[31708]: purged_snaps scrub starts 2024-04-06T03:28:13.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:13 smithi186 ceph-mon[31708]: purged_snaps scrub ok 2024-04-06T03:28:13.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:13 smithi186 ceph-mon[31708]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:13.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:13 smithi186 ceph-mon[31708]: osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910] boot 2024-04-06T03:28:13.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:13 smithi186 ceph-mon[31708]: osdmap e13: 2 total, 2 up, 2 in 2024-04-06T03:28:13.211 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:13.483 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:13 smithi190 ceph-mon[31778]: purged_snaps scrub starts 2024-04-06T03:28:13.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:13 smithi190 ceph-mon[31778]: purged_snaps scrub ok 2024-04-06T03:28:13.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:13 smithi190 ceph-mon[31778]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:13.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:13 smithi190 ceph-mon[31778]: osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910] boot 2024-04-06T03:28:13.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:13 smithi190 ceph-mon[31778]: osdmap e13: 2 total, 2 up, 2 in 2024-04-06T03:28:13.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:13 smithi055 ceph-mon[29860]: purged_snaps scrub starts 2024-04-06T03:28:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:13 smithi055 ceph-mon[29860]: purged_snaps scrub ok 2024-04-06T03:28:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:13 smithi055 ceph-mon[29860]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-06T03:28:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:13 smithi055 ceph-mon[29860]: osd.1 [v2:172.21.15.55:6810/3050640910,v1:172.21.15.55:6811/3050640910] boot 2024-04-06T03:28:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:13 smithi055 ceph-mon[29860]: osdmap e13: 2 total, 2 up, 2 in 2024-04-06T03:28:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-06T03:28:14.085 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-06T03:28:14.085 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-06T03:28:14.085 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-04-06T03:28:14.085 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-04-06T03:28:14.085 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114041 s, 919 MB/s 2024-04-06T03:28:14.086 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-04-06T03:28:14.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:14 smithi190 ceph-mon[31778]: osdmap e14: 2 total, 2 up, 2 in 2024-04-06T03:28:14.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:14 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:14 smithi186 ceph-mon[31708]: osdmap e14: 2 total, 2 up, 2 in 2024-04-06T03:28:14.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:14 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:14 smithi055 ceph-mon[29860]: osdmap e14: 2 total, 2 up, 2 in 2024-04-06T03:28:14.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:14 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:14.796 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi186:vg_nvme/lv_4 2024-04-06T03:28:15.084 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.b/config 2024-04-06T03:28:15.530 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:15 smithi186 ceph-mon[31708]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:15.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:15 smithi190 ceph-mon[31778]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:15.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:15 smithi055 ceph-mon[29860]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:17.647 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:17 smithi186 ceph-mon[31708]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:17.647 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:28:17.647 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:28:17.647 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:17.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:17 smithi190 ceph-mon[31778]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:17.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:28:17.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:28:17.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:17 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:17.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:17 smithi055 ceph-mon[29860]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:17.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:28:17.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:28:17.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:18.585 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:18 smithi186 ceph-mon[31708]: from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:28:18.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:18 smithi190 ceph-mon[31778]: from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:28:18.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:18 smithi055 ceph-mon[29860]: from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:28:19.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:19 smithi186 ceph-mon[31708]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:19.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:19 smithi190 ceph-mon[31778]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:19.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:19 smithi055 ceph-mon[29860]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:20.635 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:20 smithi190 ceph-mon[31778]: from='client.? 172.21.15.186:0/1808473495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]: dispatch 2024-04-06T03:28:20.635 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:20 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]: dispatch 2024-04-06T03:28:20.635 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:20 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]': finished 2024-04-06T03:28:20.635 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:20 smithi190 ceph-mon[31778]: osdmap e15: 3 total, 2 up, 3 in 2024-04-06T03:28:20.636 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:20 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:20.636 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:20 smithi190 ceph-mon[31778]: from='client.? 172.21.15.186:0/3830602549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:28:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:20 smithi186 ceph-mon[31708]: from='client.? 172.21.15.186:0/1808473495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]: dispatch 2024-04-06T03:28:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:20 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]: dispatch 2024-04-06T03:28:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:20 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]': finished 2024-04-06T03:28:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:20 smithi186 ceph-mon[31708]: osdmap e15: 3 total, 2 up, 3 in 2024-04-06T03:28:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:20 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:20 smithi186 ceph-mon[31708]: from='client.? 172.21.15.186:0/3830602549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:28:20.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:20 smithi055 ceph-mon[29860]: from='client.? 172.21.15.186:0/1808473495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]: dispatch 2024-04-06T03:28:20.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:20 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]: dispatch 2024-04-06T03:28:20.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:20 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c51302e-238b-40c6-96cf-4537112c8396"}]': finished 2024-04-06T03:28:20.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:20 smithi055 ceph-mon[29860]: osdmap e15: 3 total, 2 up, 3 in 2024-04-06T03:28:20.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:20.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:20 smithi055 ceph-mon[29860]: from='client.? 172.21.15.186:0/3830602549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:28:21.584 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:21 smithi186 ceph-mon[31708]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:21.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:21 smithi190 ceph-mon[31778]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:21.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:21 smithi055 ceph-mon[29860]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:23.499 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:23 smithi186 ceph-mon[31708]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:23.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:23 smithi190 ceph-mon[31778]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:23.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:23 smithi055 ceph-mon[29860]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:24.610 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:24 smithi186 ceph-mon[31708]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:24.610 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:24 smithi055 ceph-mon[29860]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:24.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:24 smithi190 ceph-mon[31778]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:25.968 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:25.968 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:25.968 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:25 smithi186 ceph-mon[31708]: Detected new or changed devices on smithi055 2024-04-06T03:28:25.968 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:26.129 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:26.129 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:26.129 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:25 smithi055 ceph-mon[29860]: Detected new or changed devices on smithi055 2024-04-06T03:28:26.129 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:26.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:26.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:26.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:25 smithi190 ceph-mon[31778]: Detected new or changed devices on smithi055 2024-04-06T03:28:26.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:26.857 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:26 smithi055 ceph-mon[29860]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:26.991 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:26 smithi186 ceph-mon[31708]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:27.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:26 smithi190 ceph-mon[31778]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:28.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-06T03:28:28.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:28.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:27 smithi055 ceph-mon[29860]: Deploying daemon osd.2 on smithi186 2024-04-06T03:28:28.127 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-06T03:28:28.127 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:28.127 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:27 smithi186 ceph-mon[31708]: Deploying daemon osd.2 on smithi186 2024-04-06T03:28:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:27 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-06T03:28:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:27 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:28.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:27 smithi190 ceph-mon[31778]: Deploying daemon osd.2 on smithi186 2024-04-06T03:28:29.124 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:28 smithi186 ceph-mon[31708]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:29.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:28 smithi190 ceph-mon[31778]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:29.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:28 smithi055 ceph-mon[29860]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:30.983 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:30 smithi190 ceph-mon[31778]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:31.086 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:30 smithi055 ceph-mon[29860]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:31.116 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:30 smithi186 ceph-mon[31708]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:33.090 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:32 smithi190 ceph-mon[31778]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:33.090 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:32 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.090 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:32 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.090 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:32 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:33.090 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:32 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:33.090 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:32 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:33.090 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:32 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.117 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:32 smithi186 ceph-mon[31708]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:33.117 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:32 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.117 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:32 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.117 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:32 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:33.117 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:32 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:33.117 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:32 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:33.117 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:32 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:32 smithi055 ceph-mon[29860]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:33.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:32 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:32 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:33.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:32 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:33.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:32 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:33.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:32 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:33.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:32 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.560 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 2 on host 'smithi186' 2024-04-06T03:28:35.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:35 smithi186 ceph-mon[31708]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:35.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:35 smithi190 ceph-mon[31778]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:35.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:35 smithi055 ceph-mon[29860]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:35.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:35.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.167 DEBUG:teuthology.orchestra.run.smithi186:osd.2> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.2.service 2024-04-06T03:28:36.169 INFO:tasks.cephadm:Deploying osd.3 on smithi186 with /dev/vg_nvme/lv_3... 2024-04-06T03:28:36.169 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-06T03:28:36.441 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.b/config 2024-04-06T03:28:36.842 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: Adjusting osd_memory_target on smithi186 to 16064M 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-06T03:28:36.843 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:36 smithi186 ceph-mon[31708]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: Adjusting osd_memory_target on smithi186 to 16064M 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:36.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:36.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-06T03:28:36.985 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:36 smithi190 ceph-mon[31778]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-06T03:28:37.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:37.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:37.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: Adjusting osd_memory_target on smithi186 to 16064M 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-06T03:28:37.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:36 smithi055 ceph-mon[29860]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-06T03:28:37.727 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:37 smithi186 ceph-mon[31708]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-06T03:28:37.727 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:37 smithi186 ceph-mon[31708]: osdmap e16: 3 total, 2 up, 3 in 2024-04-06T03:28:37.727 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:37 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:37.728 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:37 smithi186 ceph-mon[31708]: from='osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:28:37.728 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:37 smithi186 ceph-mon[31708]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:28:37.728 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:37 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2[36839]: 2024-04-06T03:28:37.605+0000 7f17d1007700 -1 osd.2 0 waiting for initial osdmap 2024-04-06T03:28:37.728 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:37 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2[36839]: 2024-04-06T03:28:37.608+0000 7f17ccdfa700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-06T03:28:37.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:37 smithi190 ceph-mon[31778]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-06T03:28:37.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:37 smithi190 ceph-mon[31778]: osdmap e16: 3 total, 2 up, 3 in 2024-04-06T03:28:37.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:37 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:37.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:37 smithi190 ceph-mon[31778]: from='osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:28:37.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:37 smithi190 ceph-mon[31778]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:28:38.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:37 smithi055 ceph-mon[29860]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-06T03:28:38.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:37 smithi055 ceph-mon[29860]: osdmap e16: 3 total, 2 up, 3 in 2024-04-06T03:28:38.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:37 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:38.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:37 smithi055 ceph-mon[29860]: from='osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:28:38.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:37 smithi055 ceph-mon[29860]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:28:38.289 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-06T03:28:38.289 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-06T03:28:38.289 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-04-06T03:28:38.289 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-04-06T03:28:38.289 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124874 s, 840 MB/s 2024-04-06T03:28:38.289 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-04-06T03:28:38.869 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:38 smithi186 ceph-mon[31708]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:38.869 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:38 smithi186 ceph-mon[31708]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-04-06T03:28:38.869 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:38 smithi186 ceph-mon[31708]: osdmap e17: 3 total, 2 up, 3 in 2024-04-06T03:28:38.869 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:38 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:38.869 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:38 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:38.869 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:38 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:38.895 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi186:vg_nvme/lv_3 2024-04-06T03:28:38.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:38 smithi190 ceph-mon[31778]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:38.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:38 smithi190 ceph-mon[31778]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-04-06T03:28:38.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:38 smithi190 ceph-mon[31778]: osdmap e17: 3 total, 2 up, 3 in 2024-04-06T03:28:38.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:38 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:38.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:38 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:38.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:38 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:39.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:38 smithi055 ceph-mon[29860]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:39.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:38 smithi055 ceph-mon[29860]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-04-06T03:28:39.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:38 smithi055 ceph-mon[29860]: osdmap e17: 3 total, 2 up, 3 in 2024-04-06T03:28:39.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:38 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:39.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:38 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:39.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:38 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:39.128 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.b/config 2024-04-06T03:28:39.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:39 smithi186 ceph-mon[31708]: purged_snaps scrub starts 2024-04-06T03:28:39.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:39 smithi186 ceph-mon[31708]: purged_snaps scrub ok 2024-04-06T03:28:39.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:39 smithi186 ceph-mon[31708]: osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195] boot 2024-04-06T03:28:39.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:39 smithi186 ceph-mon[31708]: osdmap e18: 3 total, 3 up, 3 in 2024-04-06T03:28:39.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:39.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:39 smithi190 ceph-mon[31778]: purged_snaps scrub starts 2024-04-06T03:28:39.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:39 smithi190 ceph-mon[31778]: purged_snaps scrub ok 2024-04-06T03:28:39.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:39 smithi190 ceph-mon[31778]: osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195] boot 2024-04-06T03:28:39.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:39 smithi190 ceph-mon[31778]: osdmap e18: 3 total, 3 up, 3 in 2024-04-06T03:28:39.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:40.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:39 smithi055 ceph-mon[29860]: purged_snaps scrub starts 2024-04-06T03:28:40.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:39 smithi055 ceph-mon[29860]: purged_snaps scrub ok 2024-04-06T03:28:40.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:39 smithi055 ceph-mon[29860]: osd.2 [v2:172.21.15.186:6800/420495195,v1:172.21.15.186:6801/420495195] boot 2024-04-06T03:28:40.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:39 smithi055 ceph-mon[29860]: osdmap e18: 3 total, 3 up, 3 in 2024-04-06T03:28:40.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-06T03:28:40.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:40 smithi186 ceph-mon[31708]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:40.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:40 smithi186 ceph-mon[31708]: osdmap e19: 3 total, 3 up, 3 in 2024-04-06T03:28:41.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:40 smithi055 ceph-mon[29860]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:41.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:40 smithi055 ceph-mon[29860]: osdmap e19: 3 total, 3 up, 3 in 2024-04-06T03:28:41.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:40 smithi190 ceph-mon[31778]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-06T03:28:41.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:40 smithi190 ceph-mon[31778]: osdmap e19: 3 total, 3 up, 3 in 2024-04-06T03:28:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' 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-06T03:28:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' 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-06T03:28:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: osdmap e20: 3 total, 3 up, 3 in 2024-04-06T03:28:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-06T03:28:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:28:41.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:28:41.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:28:41.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:41 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:42.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' 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-06T03:28:42.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' 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-06T03:28:42.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: osdmap e20: 3 total, 3 up, 3 in 2024-04-06T03:28:42.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-06T03:28:42.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:28:42.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:28:42.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:28:42.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:41 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:42.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' 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-06T03:28:42.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' 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-06T03:28:42.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: osdmap e20: 3 total, 3 up, 3 in 2024-04-06T03:28:42.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-06T03:28:42.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:28:42.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:28:42.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:28:42.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:41 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:42.737 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45610]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-06T03:28:42.737 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45610]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:42.737 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45610]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:42.737 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45610]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:43.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45643]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-06T03:28:43.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45643]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:43.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45643]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:43.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:28:42 smithi055 sudo[45643]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:42 smithi055 ceph-mon[29860]: pgmap v88: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:43.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:42 smithi055 ceph-mon[29860]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-06T03:28:43.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:42 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-06T03:28:43.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:42 smithi055 ceph-mon[29860]: osdmap e21: 3 total, 3 up, 3 in 2024-04-06T03:28:43.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:42 smithi186 ceph-mon[31708]: pgmap v88: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:43.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:42 smithi186 ceph-mon[31708]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-06T03:28:43.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:42 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-06T03:28:43.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:42 smithi186 ceph-mon[31708]: osdmap e21: 3 total, 3 up, 3 in 2024-04-06T03:28:43.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:42 smithi190 ceph-mon[31778]: pgmap v88: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:43.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:42 smithi190 ceph-mon[31778]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-06T03:28:43.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:42 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-06T03:28:43.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:42 smithi190 ceph-mon[31778]: osdmap e21: 3 total, 3 up, 3 in 2024-04-06T03:28:43.282 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45689]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-06T03:28:43.282 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45689]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:43.282 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45689]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:43.282 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45689]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:43.534 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45692]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-06T03:28:43.534 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45692]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:43.534 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45692]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:43.534 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:28:43 smithi055 sudo[45692]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:43.766 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38400]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-06T03:28:43.766 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38400]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:43.766 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38400]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:43.766 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38400]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:44.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: osdmap e22: 3 total, 3 up, 3 in 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='client.? 172.21.15.186:0/1090315231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]: dispatch 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]: dispatch 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]': finished 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: osdmap e23: 4 total, 3 up, 4 in 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:44.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:44.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:44.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:43 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.104 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38512]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-06T03:28:44.104 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38512]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:44.104 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38512]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:44.104 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:28:43 smithi186 sudo[38512]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:44.104 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.104 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: osdmap e22: 3 total, 3 up, 3 in 2024-04-06T03:28:44.104 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='client.? 172.21.15.186:0/1090315231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]: dispatch 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]: dispatch 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]': finished 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: osdmap e23: 4 total, 3 up, 4 in 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:44.105 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:44.106 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:43 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: osdmap e22: 3 total, 3 up, 3 in 2024-04-06T03:28:44.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='client.? 172.21.15.186:0/1090315231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]: dispatch 2024-04-06T03:28:44.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]: dispatch 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c452b99-9e94-43a8-b5ed-698998dddb68"}]': finished 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: osdmap e23: 4 total, 3 up, 4 in 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:44.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:43 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:44.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45728]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-06T03:28:44.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45728]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:44.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45728]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:44.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45728]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:44.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45745]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-06T03:28:44.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45745]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:44.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45745]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:44.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 sudo[45745]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:44.863 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34824]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-06T03:28:44.863 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34824]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:44.863 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34824]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:44.864 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34824]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:44.864 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34827]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-06T03:28:45.017 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: pgmap v91: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:45.017 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: Detected new or changed devices on smithi186 2024-04-06T03:28:45.017 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='client.? 172.21.15.186:0/1953622207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-06T03:28:45.018 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:45.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: pgmap v91: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:45.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: Detected new or changed devices on smithi186 2024-04-06T03:28:45.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='client.? 172.21.15.186:0/1953622207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-06T03:28:45.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:45.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34827]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:45.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34827]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:45.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 sudo[34827]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:45.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: pgmap v91: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:45.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: Detected new or changed devices on smithi186 2024-04-06T03:28:45.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='client.? 172.21.15.186:0/1953622207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-06T03:28:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:45.395 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39007]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-06T03:28:45.396 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39007]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:45.396 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39007]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:45.396 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39007]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:45.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39011]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-06T03:28:45.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39011]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-06T03:28:45.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39011]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-06T03:28:45.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 sudo[39011]: pam_unix(sudo:session): session closed for user root 2024-04-06T03:28:46.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:46.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:46.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:46.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.177 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:46.177 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:46.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:46.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-06T03:28:46.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-06T03:28:46.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:47.121 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:46 smithi186 ceph-mon[31708]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:28:47.121 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:46 smithi186 ceph-mon[31708]: Cluster is now healthy 2024-04-06T03:28:47.233 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:46 smithi190 ceph-mon[31778]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:28:47.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:46 smithi190 ceph-mon[31778]: Cluster is now healthy 2024-04-06T03:28:47.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:46 smithi055 ceph-mon[29860]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:28:47.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:46 smithi055 ceph-mon[29860]: Cluster is now healthy 2024-04-06T03:28:48.020 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:47 smithi186 ceph-mon[31708]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:48.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:47 smithi190 ceph-mon[31778]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:48.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:47 smithi055 ceph-mon[29860]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:50.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:49 smithi190 ceph-mon[31778]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:50.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:49 smithi055 ceph-mon[29860]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:50.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:49 smithi186 ceph-mon[31708]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:28:51.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:50 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-06T03:28:51.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:50 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:51.223 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:50 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-06T03:28:51.224 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:50 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:51.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:50 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-06T03:28:51.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:50 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:52.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:51 smithi186 ceph-mon[31708]: Deploying daemon osd.3 on smithi186 2024-04-06T03:28:52.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:51 smithi186 ceph-mon[31708]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-04-06T03:28:52.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:51 smithi190 ceph-mon[31778]: Deploying daemon osd.3 on smithi186 2024-04-06T03:28:52.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:51 smithi190 ceph-mon[31778]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-04-06T03:28:52.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:51 smithi055 ceph-mon[29860]: Deploying daemon osd.3 on smithi186 2024-04-06T03:28:52.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:51 smithi055 ceph-mon[29860]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-04-06T03:28:53.998 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:53 smithi186 ceph-mon[31708]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-04-06T03:28:54.075 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:53 smithi190 ceph-mon[31778]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-04-06T03:28:54.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:53 smithi055 ceph-mon[29860]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-04-06T03:28:55.598 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:55 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.598 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:55 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.598 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:55 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.598 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:55 smithi190 ceph-mon[31778]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-04-06T03:28:55.610 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.610 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.610 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.610 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:55 smithi186 ceph-mon[31708]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-04-06T03:28:55.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:55 smithi055 ceph-mon[29860]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-04-06T03:28:57.515 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:57 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.515 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:57 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:57 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:57 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:57 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:57 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:57 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:57 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:57 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:57.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:57 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:57.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:57 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:57.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:57 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:57 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:57 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:57.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:57 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:28:57.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:57 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:28:57.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:57 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:28:57.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:57 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:28:58.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:28:58 smithi186 ceph-mon[31708]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-06T03:28:58.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:28:58 smithi190 ceph-mon[31778]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-06T03:28:58.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:28:58 smithi055 ceph-mon[29860]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-06T03:28:59.252 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 3 on host 'smithi186' 2024-04-06T03:28:59.889 DEBUG:teuthology.orchestra.run.smithi186:osd.3> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.3.service 2024-04-06T03:28:59.892 INFO:tasks.cephadm:Deploying osd.4 on smithi190 with /dev/vg_nvme/lv_4... 2024-04-06T03:28:59.892 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-06T03:29:00.137 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:29:00.466 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: Adjusting osd_memory_target on smithi186 to 8032M 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-06T03:29:00.467 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:00 smithi190 ceph-mon[31778]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-06T03:29:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-06T03:29:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: Adjusting osd_memory_target on smithi186 to 8032M 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-06T03:29:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:00 smithi055 ceph-mon[29860]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-06T03:29:00.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-06T03:29:00.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:00.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: Adjusting osd_memory_target on smithi186 to 8032M 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-06T03:29:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:00 smithi186 ceph-mon[31708]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-06T03:29:01.397 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:01 smithi190 ceph-mon[31778]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-06T03:29:01.397 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:01 smithi190 ceph-mon[31778]: from='osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:29:01.397 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:01 smithi190 ceph-mon[31778]: osdmap e24: 4 total, 3 up, 4 in 2024-04-06T03:29:01.397 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:01 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:01.397 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:01 smithi190 ceph-mon[31778]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:29:01.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:01 smithi186 ceph-mon[31708]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-06T03:29:01.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:01 smithi186 ceph-mon[31708]: from='osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:29:01.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:01 smithi186 ceph-mon[31708]: osdmap e24: 4 total, 3 up, 4 in 2024-04-06T03:29:01.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:01 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:01.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:01 smithi186 ceph-mon[31708]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:29:01.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:29:01 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:29:01.310+0000 7fc0aa0ea700 -1 osd.3 0 waiting for initial osdmap 2024-04-06T03:29:01.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:29:01 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:29:01.314+0000 7fc0a5edd700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-06T03:29:01.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:01 smithi055 ceph-mon[29860]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-06T03:29:01.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:01 smithi055 ceph-mon[29860]: from='osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:29:01.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:01 smithi055 ceph-mon[29860]: osdmap e24: 4 total, 3 up, 4 in 2024-04-06T03:29:01.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:01 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:01.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:01 smithi055 ceph-mon[29860]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-04-06T03:29:01.950 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-06T03:29:01.951 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-06T03:29:01.951 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-04-06T03:29:01.951 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-04-06T03:29:01.951 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114262 s, 918 MB/s 2024-04-06T03:29:01.951 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-04-06T03:29:02.512 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi190:vg_nvme/lv_4 2024-04-06T03:29:02.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:02 smithi186 ceph-mon[31708]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:29:02.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:02 smithi186 ceph-mon[31708]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-04-06T03:29:02.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:02 smithi186 ceph-mon[31708]: osdmap e25: 4 total, 3 up, 4 in 2024-04-06T03:29:02.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:02 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:02.718 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:02 smithi055 ceph-mon[29860]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:29:02.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:02 smithi055 ceph-mon[29860]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-04-06T03:29:02.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:02 smithi055 ceph-mon[29860]: osdmap e25: 4 total, 3 up, 4 in 2024-04-06T03:29:02.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:02.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:02 smithi190 ceph-mon[31778]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-06T03:29:02.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:02 smithi190 ceph-mon[31778]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-04-06T03:29:02.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:02 smithi190 ceph-mon[31778]: osdmap e25: 4 total, 3 up, 4 in 2024-04-06T03:29:02.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:02 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:02.742 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: purged_snaps scrub starts 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: purged_snaps scrub ok 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868] boot 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: osdmap e26: 4 total, 4 up, 4 in 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:03 smithi190 ceph-mon[31778]: osdmap e27: 4 total, 4 up, 4 in 2024-04-06T03:29:03.614 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: purged_snaps scrub starts 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: purged_snaps scrub ok 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868] boot 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: osdmap e26: 4 total, 4 up, 4 in 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.615 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:03 smithi055 ceph-mon[29860]: osdmap e27: 4 total, 4 up, 4 in 2024-04-06T03:29:03.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: purged_snaps scrub starts 2024-04-06T03:29:03.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: purged_snaps scrub ok 2024-04-06T03:29:03.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: osd.3 [v2:172.21.15.186:6808/1706430868,v1:172.21.15.186:6809/1706430868] boot 2024-04-06T03:29:03.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: osdmap e26: 4 total, 4 up, 4 in 2024-04-06T03:29:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-06T03:29:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:03 smithi186 ceph-mon[31708]: osdmap e27: 4 total, 4 up, 4 in 2024-04-06T03:29:04.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:04 smithi190 ceph-mon[31778]: pgmap v106: 1 pgs: 1 remapped; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:04.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:04 smithi190 ceph-mon[31778]: osdmap e28: 4 total, 4 up, 4 in 2024-04-06T03:29:04.581 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:04 smithi186 ceph-mon[31708]: pgmap v106: 1 pgs: 1 remapped; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:04.581 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:04 smithi186 ceph-mon[31708]: osdmap e28: 4 total, 4 up, 4 in 2024-04-06T03:29:04.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:04 smithi055 ceph-mon[29860]: pgmap v106: 1 pgs: 1 remapped; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:04.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:04 smithi055 ceph-mon[29860]: osdmap e28: 4 total, 4 up, 4 in 2024-04-06T03:29:05.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='client.24178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:05.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:05.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.732 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='client.24178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:29:05.732 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:29:05.732 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:05.733 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='client.24178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:05.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:05.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:05.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:05.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:06.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:06 smithi186 ceph-mon[31708]: pgmap v109: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:06 smithi186 ceph-mon[31708]: Detected new or changed devices on smithi186 2024-04-06T03:29:06.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:06 smithi186 ceph-mon[31708]: pgmap v110: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:06 smithi186 ceph-mon[31708]: pgmap v111: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:06 smithi186 ceph-mon[31708]: osdmap e29: 4 total, 4 up, 4 in 2024-04-06T03:29:06.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:06 smithi190 ceph-mon[31778]: pgmap v109: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:06 smithi190 ceph-mon[31778]: Detected new or changed devices on smithi186 2024-04-06T03:29:06.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:06 smithi190 ceph-mon[31778]: pgmap v110: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:06 smithi190 ceph-mon[31778]: pgmap v111: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:06 smithi190 ceph-mon[31778]: osdmap e29: 4 total, 4 up, 4 in 2024-04-06T03:29:06.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:06 smithi055 ceph-mon[29860]: pgmap v109: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:06 smithi055 ceph-mon[29860]: Detected new or changed devices on smithi186 2024-04-06T03:29:06.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:06 smithi055 ceph-mon[29860]: pgmap v110: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:06 smithi055 ceph-mon[29860]: pgmap v111: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:06.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:06 smithi055 ceph-mon[29860]: osdmap e29: 4 total, 4 up, 4 in 2024-04-06T03:29:07.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:07 smithi186 ceph-mon[31708]: osdmap e30: 4 total, 4 up, 4 in 2024-04-06T03:29:07.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:07 smithi186 ceph-mon[31708]: from='client.? 172.21.15.190:0/3252918194' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]: dispatch 2024-04-06T03:29:07.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:07 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]: dispatch 2024-04-06T03:29:07.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:07 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]': finished 2024-04-06T03:29:07.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:07 smithi186 ceph-mon[31708]: osdmap e31: 5 total, 4 up, 5 in 2024-04-06T03:29:07.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:07 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:07.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:07 smithi190 ceph-mon[31778]: osdmap e30: 4 total, 4 up, 4 in 2024-04-06T03:29:07.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:07 smithi190 ceph-mon[31778]: from='client.? 172.21.15.190:0/3252918194' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]: dispatch 2024-04-06T03:29:07.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:07 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]: dispatch 2024-04-06T03:29:07.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:07 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]': finished 2024-04-06T03:29:07.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:07 smithi190 ceph-mon[31778]: osdmap e31: 5 total, 4 up, 5 in 2024-04-06T03:29:07.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:07 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:07.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:07 smithi055 ceph-mon[29860]: osdmap e30: 4 total, 4 up, 4 in 2024-04-06T03:29:07.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:07 smithi055 ceph-mon[29860]: from='client.? 172.21.15.190:0/3252918194' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]: dispatch 2024-04-06T03:29:07.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:07 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]: dispatch 2024-04-06T03:29:07.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:07 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f73c569e-1589-452d-87e8-d87ddfa7bf75"}]': finished 2024-04-06T03:29:07.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:07 smithi055 ceph-mon[29860]: osdmap e31: 5 total, 4 up, 5 in 2024-04-06T03:29:07.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:07 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:08.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:08 smithi186 ceph-mon[31708]: pgmap v115: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:08.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:08 smithi186 ceph-mon[31708]: from='client.? 172.21.15.190:0/1335075237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:29:08.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:08 smithi190 ceph-mon[31778]: pgmap v115: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:08.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:08 smithi190 ceph-mon[31778]: from='client.? 172.21.15.190:0/1335075237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:29:08.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:08 smithi055 ceph-mon[29860]: pgmap v115: 1 pgs: 1 remapped; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:08.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:08 smithi055 ceph-mon[29860]: from='client.? 172.21.15.190:0/1335075237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:29:10.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:10 smithi186 ceph-mon[31708]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 138 KiB/s, 0 objects/s recovering 2024-04-06T03:29:10.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:10 smithi190 ceph-mon[31778]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 138 KiB/s, 0 objects/s recovering 2024-04-06T03:29:10.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:10 smithi055 ceph-mon[29860]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 138 KiB/s, 0 objects/s recovering 2024-04-06T03:29:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:12 smithi190 ceph-mon[31778]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-06T03:29:12.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:12 smithi186 ceph-mon[31708]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-06T03:29:12.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:12 smithi055 ceph-mon[29860]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-06T03:29:13.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-06T03:29:13.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:13 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-06T03:29:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:13 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:13.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-06T03:29:13.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:13 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:14.618 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:14 smithi190 ceph-mon[31778]: Deploying daemon osd.4 on smithi190 2024-04-06T03:29:14.618 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:14 smithi190 ceph-mon[31778]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-06T03:29:14.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:14 smithi186 ceph-mon[31708]: Deploying daemon osd.4 on smithi190 2024-04-06T03:29:14.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:14 smithi186 ceph-mon[31708]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-06T03:29:14.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:14 smithi055 ceph-mon[29860]: Deploying daemon osd.4 on smithi190 2024-04-06T03:29:14.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:14 smithi055 ceph-mon[29860]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-06T03:29:15.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:15.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:15.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:15.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:15 smithi186 ceph-mon[31708]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-06T03:29:15.939 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:15.939 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:15.939 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:15 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:15.939 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:15 smithi190 ceph-mon[31778]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-06T03:29:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:16.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:16.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:16.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:15 smithi055 ceph-mon[29860]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-06T03:29:18.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:18 smithi190 ceph-mon[31778]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-06T03:29:18.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:18 smithi186 ceph-mon[31708]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-06T03:29:18.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:18 smithi055 ceph-mon[29860]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-06T03:29:20.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:20 smithi190 ceph-mon[31778]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-06T03:29:20.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:20 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:20 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:20 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:20.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:20 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:20.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:20 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:20.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:20 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:20 smithi055 ceph-mon[29860]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-06T03:29:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:20.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:20.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:20.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:20 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:20 smithi186 ceph-mon[31708]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-06T03:29:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:20 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:20 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:20 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:20 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:20.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:20 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:20.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:20 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:22.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:22 smithi055 ceph-mon[29860]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:22.566 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:22 smithi190 ceph-mon[31778]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:22.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:22 smithi186 ceph-mon[31708]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:22.897 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 4 on host 'smithi190' 2024-04-06T03:29:23.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-06T03:29:23.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-06T03:29:23.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:23.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:23.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:23.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:23.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:23 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:23 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.590 DEBUG:teuthology.orchestra.run.smithi190:osd.4> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.4.service 2024-04-06T03:29:23.593 INFO:tasks.cephadm:Deploying osd.5 on smithi190 with /dev/vg_nvme/lv_3... 2024-04-06T03:29:23.593 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-06T03:29:23.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-06T03:29:23.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:23 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:23.864 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:29:24.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: Adjusting osd_memory_target on smithi190 to 20160M 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: from='osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: osdmap e32: 5 total, 4 up, 5 in 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:24.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:24 smithi186 ceph-mon[31708]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: Adjusting osd_memory_target on smithi190 to 20160M 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: from='osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: osdmap e32: 5 total, 4 up, 5 in 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:24.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:24.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:24 smithi055 ceph-mon[29860]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-04-06T03:29:24.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: Adjusting osd_memory_target on smithi190 to 20160M 2024-04-06T03:29:24.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:24.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-06T03:29:24.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: from='osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:24.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: osdmap e32: 5 total, 4 up, 5 in 2024-04-06T03:29:24.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:24.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:24.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:24.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-mon[31778]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-04-06T03:29:24.819 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4[37498]: 2024-04-06T03:29:24.699+0000 7f5134d81700 -1 osd.4 0 waiting for initial osdmap 2024-04-06T03:29:24.820 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:29:24 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4[37498]: 2024-04-06T03:29:24.703+0000 7f512cb6c700 -1 osd.4 33 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-06T03:29:25.414 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: osdmap e33: 5 total, 4 up, 5 in 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: from='osd.4 ' entity='osd.4' 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655] boot 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: osdmap e34: 5 total, 5 up, 5 in 2024-04-06T03:29:25.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.648 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-06T03:29:25.648 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-06T03:29:25.648 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-04-06T03:29:25.648 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-04-06T03:29:25.648 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121788 s, 861 MB/s 2024-04-06T03:29:25.648 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: osdmap e33: 5 total, 4 up, 5 in 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: from='osd.4 ' entity='osd.4' 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655] boot 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: osdmap e34: 5 total, 5 up, 5 in 2024-04-06T03:29:25.649 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: osdmap e33: 5 total, 4 up, 5 in 2024-04-06T03:29:25.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: from='osd.4 ' entity='osd.4' 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: osd.4 [v2:172.21.15.190:6800/894647655,v1:172.21.15.190:6801/894647655] boot 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: osdmap e34: 5 total, 5 up, 5 in 2024-04-06T03:29:25.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-06T03:29:26.256 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi190:vg_nvme/lv_3 2024-04-06T03:29:26.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:26 smithi186 ceph-mon[31708]: purged_snaps scrub starts 2024-04-06T03:29:26.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:26 smithi186 ceph-mon[31708]: purged_snaps scrub ok 2024-04-06T03:29:26.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:26 smithi186 ceph-mon[31708]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:26.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:26 smithi186 ceph-mon[31708]: osdmap e35: 5 total, 5 up, 5 in 2024-04-06T03:29:26.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:26 smithi190 ceph-mon[31778]: purged_snaps scrub starts 2024-04-06T03:29:26.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:26 smithi190 ceph-mon[31778]: purged_snaps scrub ok 2024-04-06T03:29:26.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:26 smithi190 ceph-mon[31778]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:26.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:26 smithi190 ceph-mon[31778]: osdmap e35: 5 total, 5 up, 5 in 2024-04-06T03:29:26.498 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-06T03:29:26.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:26 smithi055 ceph-mon[29860]: purged_snaps scrub starts 2024-04-06T03:29:26.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:26 smithi055 ceph-mon[29860]: purged_snaps scrub ok 2024-04-06T03:29:26.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:26 smithi055 ceph-mon[29860]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:29:26.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:26 smithi055 ceph-mon[29860]: osdmap e35: 5 total, 5 up, 5 in 2024-04-06T03:29:28.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:28 smithi186 ceph-mon[31708]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:28.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:28 smithi186 ceph-mon[31708]: osdmap e36: 5 total, 5 up, 5 in 2024-04-06T03:29:28.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:28 smithi190 ceph-mon[31778]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:28.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:28 smithi190 ceph-mon[31778]: osdmap e36: 5 total, 5 up, 5 in 2024-04-06T03:29:28.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:28 smithi055 ceph-mon[29860]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:28.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:28 smithi055 ceph-mon[29860]: osdmap e36: 5 total, 5 up, 5 in 2024-04-06T03:29:29.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:29 smithi186 ceph-mon[31708]: osdmap e37: 5 total, 5 up, 5 in 2024-04-06T03:29:29.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:29 smithi186 ceph-mon[31708]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:29:29.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:29:29.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:29:29.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:29.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:29 smithi190 ceph-mon[31778]: osdmap e37: 5 total, 5 up, 5 in 2024-04-06T03:29:29.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:29 smithi190 ceph-mon[31778]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:29:29.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:29 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:29:29.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:29 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:29:29.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:29 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:29.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:29 smithi055 ceph-mon[29860]: osdmap e37: 5 total, 5 up, 5 in 2024-04-06T03:29:29.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:29 smithi055 ceph-mon[29860]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:29:29.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-06T03:29:29.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-06T03:29:29.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:30.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:30 smithi186 ceph-mon[31708]: pgmap v132: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-06T03:29:30.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:30 smithi186 ceph-mon[31708]: osdmap e38: 5 total, 5 up, 5 in 2024-04-06T03:29:30.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:30 smithi190 ceph-mon[31778]: pgmap v132: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-06T03:29:30.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:30 smithi190 ceph-mon[31778]: osdmap e38: 5 total, 5 up, 5 in 2024-04-06T03:29:30.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:30 smithi055 ceph-mon[29860]: pgmap v132: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-06T03:29:30.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:30 smithi055 ceph-mon[29860]: osdmap e38: 5 total, 5 up, 5 in 2024-04-06T03:29:31.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:31 smithi186 ceph-mon[31708]: from='client.? 172.21.15.190:0/1138053777' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]: dispatch 2024-04-06T03:29:31.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:31 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]: dispatch 2024-04-06T03:29:31.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:31 smithi186 ceph-mon[31708]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]': finished 2024-04-06T03:29:31.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:31 smithi186 ceph-mon[31708]: osdmap e39: 6 total, 5 up, 6 in 2024-04-06T03:29:31.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:31 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:31.685 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:31 smithi055 ceph-mon[29860]: from='client.? 172.21.15.190:0/1138053777' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]: dispatch 2024-04-06T03:29:31.685 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:31 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]: dispatch 2024-04-06T03:29:31.685 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:31 smithi055 ceph-mon[29860]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]': finished 2024-04-06T03:29:31.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:31 smithi055 ceph-mon[29860]: osdmap e39: 6 total, 5 up, 6 in 2024-04-06T03:29:31.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:31 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:31.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:31 smithi190 ceph-mon[31778]: from='client.? 172.21.15.190:0/1138053777' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]: dispatch 2024-04-06T03:29:31.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:31 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]: dispatch 2024-04-06T03:29:31.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:31 smithi190 ceph-mon[31778]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7531353b-2f29-4f65-8e71-645112f2ffd6"}]': finished 2024-04-06T03:29:31.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:31 smithi190 ceph-mon[31778]: osdmap e39: 6 total, 5 up, 6 in 2024-04-06T03:29:31.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:31 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:32.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:32 smithi186 ceph-mon[31708]: pgmap v135: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-06T03:29:32.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:32 smithi186 ceph-mon[31708]: from='client.? 172.21.15.190:0/2658394811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:29:32.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:32 smithi190 ceph-mon[31778]: pgmap v135: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-06T03:29:32.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:32 smithi190 ceph-mon[31778]: from='client.? 172.21.15.190:0/2658394811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:29:32.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:32 smithi055 ceph-mon[29860]: pgmap v135: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-06T03:29:32.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:32 smithi055 ceph-mon[29860]: from='client.? 172.21.15.190:0/2658394811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-06T03:29:34.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:34 smithi190 ceph-mon[31778]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-04-06T03:29:34.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:34 smithi186 ceph-mon[31708]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-04-06T03:29:34.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:34 smithi055 ceph-mon[29860]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: Detected new or changed devices on smithi190 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:36.104 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:36.105 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:35 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: Detected new or changed devices on smithi190 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:36.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:35 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: Detected new or changed devices on smithi190 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:36.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:35 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:37.163 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:36 smithi190 ceph-mon[31778]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:29:37.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:36 smithi186 ceph-mon[31708]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:29:37.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:36 smithi055 ceph-mon[29860]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:29:37.846 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:37 smithi190 ceph-mon[31778]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:38.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:37 smithi186 ceph-mon[31708]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:38.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:37 smithi055 ceph-mon[29860]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:39.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-06T03:29:39.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:39.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:39.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:39.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:39.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:39.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-06T03:29:39.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:39.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-06T03:29:39.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:40.382 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:40 smithi190 ceph-mon[31778]: Deploying daemon osd.5 on smithi190 2024-04-06T03:29:40.382 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:40 smithi190 ceph-mon[31778]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:29:40.383 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:40 smithi190 ceph-mon[31778]: Cluster is now healthy 2024-04-06T03:29:40.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:40 smithi055 ceph-mon[29860]: Deploying daemon osd.5 on smithi190 2024-04-06T03:29:40.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:40 smithi055 ceph-mon[29860]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:29:40.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:40 smithi055 ceph-mon[29860]: Cluster is now healthy 2024-04-06T03:29:40.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:40 smithi186 ceph-mon[31708]: Deploying daemon osd.5 on smithi190 2024-04-06T03:29:40.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:40 smithi186 ceph-mon[31708]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:29:40.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:40 smithi186 ceph-mon[31708]: Cluster is now healthy 2024-04-06T03:29:41.504 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:41 smithi190 ceph-mon[31778]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:41.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:41 smithi055 ceph-mon[29860]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:41.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:41 smithi186 ceph-mon[31708]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:43.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:43 smithi190 ceph-mon[31778]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:43.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:43 smithi186 ceph-mon[31708]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:43.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:43 smithi055 ceph-mon[29860]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:44.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.591 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.591 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.591 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.687 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.688 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:44.688 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.610 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:45 smithi055 ceph-mon[29860]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:45.610 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.610 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.610 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:45 smithi186 ceph-mon[31708]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:45.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.623 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:45 smithi190 ceph-mon[31778]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:45.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:45.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:45 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:46.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:46.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:46.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:46.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:47.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:47 smithi190 ceph-mon[31778]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:47.626 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:47 smithi186 ceph-mon[31708]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:47.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:47 smithi055 ceph-mon[29860]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:48.399 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 5 on host 'smithi190' 2024-04-06T03:29:48.948 DEBUG:teuthology.orchestra.run.smithi190:osd.5> sudo journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.5.service 2024-04-06T03:29:48.951 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-06T03:29:48.951 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd stat -f json 2024-04-06T03:29:49.208 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:29:49.641 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:49.641 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.641 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.641 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:49.641 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: Adjusting osd_memory_target on smithi190 to 10080M 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-06T03:29:49.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:49 smithi055 ceph-mon[29860]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-06T03:29:49.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:49.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: Adjusting osd_memory_target on smithi190 to 10080M 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-06T03:29:49.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:49 smithi186 ceph-mon[31708]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-06T03:29:49.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:49.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: Adjusting osd_memory_target on smithi190 to 10080M 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-06T03:29:49.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:49 smithi190 ceph-mon[31778]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-06T03:29:50.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:50 smithi055 ceph-mon[29860]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-06T03:29:50.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:50 smithi055 ceph-mon[29860]: osdmap e40: 6 total, 5 up, 6 in 2024-04-06T03:29:50.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:50 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:50.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:50 smithi055 ceph-mon[29860]: from='osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:50.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:50 smithi055 ceph-mon[29860]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:50.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:50 smithi190 ceph-mon[31778]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-06T03:29:50.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:50 smithi190 ceph-mon[31778]: osdmap e40: 6 total, 5 up, 6 in 2024-04-06T03:29:50.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:50 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:50.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:50 smithi190 ceph-mon[31778]: from='osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:50.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:50 smithi190 ceph-mon[31778]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:50.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:50 smithi186 ceph-mon[31708]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-06T03:29:50.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:50 smithi186 ceph-mon[31708]: osdmap e40: 6 total, 5 up, 6 in 2024-04-06T03:29:50.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:50 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:50.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:50 smithi186 ceph-mon[31708]: from='osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:50.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:50 smithi186 ceph-mon[31708]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-04-06T03:29:50.941 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:29:51.234 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:29:50 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5[41024]: 2024-04-06T03:29:50.876+0000 7fca2eeda700 -1 osd.5 0 waiting for initial osdmap 2024-04-06T03:29:51.235 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:29:50 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5[41024]: 2024-04-06T03:29:50.884+0000 7fca26cc5700 -1 osd.5 41 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-06T03:29:51.538 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":41,"num_osds":6,"num_up_osds":5,"osd_up_since":1712374165,"num_in_osds":6,"osd_in_since":1712374170,"num_remapped_pgs":0} 2024-04-06T03:29:51.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:51 smithi190 ceph-mon[31778]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:51.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:51 smithi190 ceph-mon[31778]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-04-06T03:29:51.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:51 smithi190 ceph-mon[31778]: osdmap e41: 6 total, 5 up, 6 in 2024-04-06T03:29:51.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:51 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:51.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:51 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:51.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:51 smithi190 ceph-mon[31778]: from='osd.5 ' entity='osd.5' 2024-04-06T03:29:51.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:51 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/1213506584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-06T03:29:51.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:51 smithi055 ceph-mon[29860]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:51.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:51 smithi055 ceph-mon[29860]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-04-06T03:29:51.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:51 smithi055 ceph-mon[29860]: osdmap e41: 6 total, 5 up, 6 in 2024-04-06T03:29:51.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:51.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:51.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:51 smithi055 ceph-mon[29860]: from='osd.5 ' entity='osd.5' 2024-04-06T03:29:51.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:51 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1213506584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-06T03:29:51.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:51 smithi186 ceph-mon[31708]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:51.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:51 smithi186 ceph-mon[31708]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-04-06T03:29:51.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:51 smithi186 ceph-mon[31708]: osdmap e41: 6 total, 5 up, 6 in 2024-04-06T03:29:51.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:51.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:51.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:51 smithi186 ceph-mon[31708]: from='osd.5 ' entity='osd.5' 2024-04-06T03:29:51.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:51 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/1213506584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-06T03:29:52.539 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd stat -f json 2024-04-06T03:29:52.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:52 smithi190 ceph-mon[31778]: purged_snaps scrub starts 2024-04-06T03:29:52.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:52 smithi190 ceph-mon[31778]: purged_snaps scrub ok 2024-04-06T03:29:52.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:52 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:52.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:52 smithi190 ceph-mon[31778]: osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665] boot 2024-04-06T03:29:52.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:52 smithi190 ceph-mon[31778]: osdmap e42: 6 total, 6 up, 6 in 2024-04-06T03:29:52.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:52 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:52.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:52 smithi055 ceph-mon[29860]: purged_snaps scrub starts 2024-04-06T03:29:52.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:52 smithi055 ceph-mon[29860]: purged_snaps scrub ok 2024-04-06T03:29:52.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:52.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:52 smithi055 ceph-mon[29860]: osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665] boot 2024-04-06T03:29:52.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:52 smithi055 ceph-mon[29860]: osdmap e42: 6 total, 6 up, 6 in 2024-04-06T03:29:52.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:52.792 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:29:52.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:52 smithi186 ceph-mon[31708]: purged_snaps scrub starts 2024-04-06T03:29:52.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:52 smithi186 ceph-mon[31708]: purged_snaps scrub ok 2024-04-06T03:29:52.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:52 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:52.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:52 smithi186 ceph-mon[31708]: osd.5 [v2:172.21.15.190:6808/1525190665,v1:172.21.15.190:6809/1525190665] boot 2024-04-06T03:29:52.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:52 smithi186 ceph-mon[31708]: osdmap e42: 6 total, 6 up, 6 in 2024-04-06T03:29:52.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:52 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-06T03:29:53.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:53 smithi190 ceph-mon[31778]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:53.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:53 smithi190 ceph-mon[31778]: osdmap e43: 6 total, 6 up, 6 in 2024-04-06T03:29:53.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:53 smithi055 ceph-mon[29860]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:53.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:53 smithi055 ceph-mon[29860]: osdmap e43: 6 total, 6 up, 6 in 2024-04-06T03:29:53.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:53 smithi186 ceph-mon[31708]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:29:53.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:53 smithi186 ceph-mon[31708]: osdmap e43: 6 total, 6 up, 6 in 2024-04-06T03:29:54.456 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:29:54.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:54 smithi190 ceph-mon[31778]: osdmap e44: 6 total, 6 up, 6 in 2024-04-06T03:29:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:54 smithi055 ceph-mon[29860]: osdmap e44: 6 total, 6 up, 6 in 2024-04-06T03:29:54.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:54 smithi186 ceph-mon[31708]: osdmap e44: 6 total, 6 up, 6 in 2024-04-06T03:29:55.029 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":44,"num_osds":6,"num_up_osds":6,"osd_up_since":1712374191,"num_in_osds":6,"osd_in_since":1712374170,"num_remapped_pgs":1} 2024-04-06T03:29:55.030 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-06T03:29:55.278 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:29:55.645 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:55 smithi055 ceph-mon[29860]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:29:55.646 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:55 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1536871866' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-06T03:29:55.646 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:55 smithi055 ceph-mon[29860]: osdmap e45: 6 total, 6 up, 6 in 2024-04-06T03:29:55.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:55 smithi190 ceph-mon[31778]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:29:55.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:55 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/1536871866' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-06T03:29:55.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:55 smithi190 ceph-mon[31778]: osdmap e45: 6 total, 6 up, 6 in 2024-04-06T03:29:55.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:55 smithi186 ceph-mon[31708]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:29:55.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:55 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/1536871866' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-06T03:29:55.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:55 smithi186 ceph-mon[31708]: osdmap e45: 6 total, 6 up, 6 in 2024-04-06T03:29:56.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:56 smithi055 ceph-mon[29860]: osdmap e46: 6 total, 6 up, 6 in 2024-04-06T03:29:56.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:56 smithi190 ceph-mon[31778]: osdmap e46: 6 total, 6 up, 6 in 2024-04-06T03:29:56.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:56 smithi186 ceph-mon[31708]: osdmap e46: 6 total, 6 up, 6 in 2024-04-06T03:29:56.978 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:29:56.978 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":46,"fsid":"2a35881e-f3c5-11ee-b649-cb9ed24678a4","created":"2024-04-06T03:25:07.298826+0000","modified":"2024-04-06T03:29:55.457293+0000","last_up_change":"2024-04-06T03:29:51.430325+0000","last_in_change":"2024-04-06T03:29:30.848470+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-06T03:28:40.744474+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":6,"score_stable":6,"optimal_score":0.5,"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":"967059f3-8de5-47c1-989f-a668fe024f82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6803","nonce":1288935396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6805","nonce":1288935396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6809","nonce":1288935396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6807","nonce":1288935396}]},"public_addr":"172.21.15.55:6803/1288935396","cluster_addr":"172.21.15.55:6805/1288935396","heartbeat_back_addr":"172.21.15.55:6809/1288935396","heartbeat_front_addr":"172.21.15.55:6807/1288935396","state":["exists","up"]},{"osd":1,"uuid":"d56164be-2cf3-4459-9e83-17a2ab9eb393","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6811","nonce":3050640910}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6813","nonce":3050640910}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6817","nonce":3050640910}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6815","nonce":3050640910}]},"public_addr":"172.21.15.55:6811/3050640910","cluster_addr":"172.21.15.55:6813/3050640910","heartbeat_back_addr":"172.21.15.55:6817/3050640910","heartbeat_front_addr":"172.21.15.55:6815/3050640910","state":["exists","up"]},{"osd":2,"uuid":"3c51302e-238b-40c6-96cf-4537112c8396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6801","nonce":420495195}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6803","nonce":420495195}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6807","nonce":420495195}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6805","nonce":420495195}]},"public_addr":"172.21.15.186:6801/420495195","cluster_addr":"172.21.15.186:6803/420495195","heartbeat_back_addr":"172.21.15.186:6807/420495195","heartbeat_front_addr":"172.21.15.186:6805/420495195","state":["exists","up"]},{"osd":3,"uuid":"5c452b99-9e94-43a8-b5ed-698998dddb68","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6809","nonce":1706430868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6811","nonce":1706430868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6815","nonce":1706430868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6813","nonce":1706430868}]},"public_addr":"172.21.15.186:6809/1706430868","cluster_addr":"172.21.15.186:6811/1706430868","heartbeat_back_addr":"172.21.15.186:6815/1706430868","heartbeat_front_addr":"172.21.15.186:6813/1706430868","state":["exists","up"]},{"osd":4,"uuid":"f73c569e-1589-452d-87e8-d87ddfa7bf75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6801","nonce":894647655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6803","nonce":894647655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6807","nonce":894647655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6805","nonce":894647655}]},"public_addr":"172.21.15.190:6801/894647655","cluster_addr":"172.21.15.190:6803/894647655","heartbeat_back_addr":"172.21.15.190:6807/894647655","heartbeat_front_addr":"172.21.15.190:6805/894647655","state":["exists","up"]},{"osd":5,"uuid":"7531353b-2f29-4f65-8e71-645112f2ffd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6809","nonce":1525190665}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6811","nonce":1525190665}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6815","nonce":1525190665}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6813","nonce":1525190665}]},"public_addr":"172.21.15.190:6809/1525190665","cluster_addr":"172.21.15.190:6811/1525190665","heartbeat_back_addr":"172.21.15.190:6815/1525190665","heartbeat_front_addr":"172.21.15.190:6813/1525190665","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-06T03:27:45.563421+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-06T03:28:10.475009+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-06T03:28:36.817729+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:00.367741+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:23.473627+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:49.463445+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:6801/2478414249":"2024-04-07T03:26:10.395959+0000","172.21.15.55:6800/2478414249":"2024-04-07T03:26:10.395959+0000","172.21.15.55:0/2218822217":"2024-04-07T03:26:10.395959+0000","172.21.15.55:0/981828644":"2024-04-07T03:26:10.395959+0000","172.21.15.55:6800/1367490890":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/3264328897":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/1687581995":"2024-04-07T03:25:44.321728+0000","172.21.15.55:6801/1367490890":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/850154939":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/1254413833":"2024-04-07T03:26:10.395959+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-06T03:29:57.641 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:57 smithi055 ceph-mon[29860]: pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:29:57.642 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:57 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/564354438' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:29:57.671 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-06T03:28:40.744474+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': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-06T03:29:57.671 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd pool get .mgr pg_num 2024-04-06T03:29:57.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:57 smithi190 ceph-mon[31778]: pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:29:57.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:57 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/564354438' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:29:57.913 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:29:57.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:57 smithi186 ceph-mon[31708]: pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:29:57.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:57 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/564354438' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:29:59.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-06T03:29:59.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: Detected new or changed devices on smithi190 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:29:59 smithi190 ceph-mon[31778]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:29:59.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: Detected new or changed devices on smithi190 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:29:59 smithi055 ceph-mon[29860]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:29:59.617 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2024-04-06T03:29:59.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: Detected new or changed devices on smithi190 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:29:59.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:29:59 smithi186 ceph-mon[31708]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-06T03:30:00.259 INFO:tasks.cephadm:Setting up client nodes... 2024-04-06T03:30:00.260 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-06T03:30:00.260 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-06T03:30:00.260 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph mgr dump --format=json 2024-04-06T03:30:00.498 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1080290424' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-06T03:30:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:00 smithi055 ceph-mon[29860]: stray daemon osd.5 on host smithi190 not managed by cephadm 2024-04-06T03:30:00.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/1080290424' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-06T03:30:00.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:00 smithi186 ceph-mon[31708]: stray daemon osd.5 on host smithi190 not managed by cephadm 2024-04-06T03:30:00.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/1080290424' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-06T03:30:00.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:30:00.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:30:00.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:30:00.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:00.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-06T03:30:00.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-06T03:30:00.735 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:00 smithi190 ceph-mon[31778]: stray daemon osd.5 on host smithi190 not managed by cephadm 2024-04-06T03:30:01.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:01 smithi055 ceph-mon[29860]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-04-06T03:30:01.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:01 smithi055 ceph-mon[29860]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:30:01.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:01 smithi055 ceph-mon[29860]: Cluster is now healthy 2024-04-06T03:30:01.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:01 smithi186 ceph-mon[31708]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-04-06T03:30:01.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:01 smithi186 ceph-mon[31708]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:30:01.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:01 smithi186 ceph-mon[31708]: Cluster is now healthy 2024-04-06T03:30:01.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:01 smithi190 ceph-mon[31778]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-04-06T03:30:01.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:01 smithi190 ceph-mon[31778]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-06T03:30:01.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:01 smithi190 ceph-mon[31778]: Cluster is now healthy 2024-04-06T03:30:02.452 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:30:03.167 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6800","nonce":588889738},{"type":"v1","addr":"172.21.15.55:6801","nonce":588889738}]},"active_addr":"172.21.15.55:6801/588889738","active_change":"2024-04-06T03:26:10.396109+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_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":[]},"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":[]},"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_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":[]},"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":[]},"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.55: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.55:0","nonce":4202784793}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":3874089920}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":2122098414}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":3764932295}]}]} 2024-04-06T03:30:03.173 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-06T03:30:03.173 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-06T03:30:03.173 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-06T03:30:03.428 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:03.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:03 smithi186 ceph-mon[31708]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-06T03:30:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:03 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/4035524119' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-06T03:30:03.708 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:03 smithi055 ceph-mon[29860]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-06T03:30:03.709 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:03 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/4035524119' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-06T03:30:03.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:03 smithi190 ceph-mon[31778]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-06T03:30:03.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:03 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/4035524119' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-06T03:30:04.729 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.729 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.729 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.729 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:04 smithi186 ceph-mon[31708]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-06T03:30:04.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:04 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:04 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:04 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:04 smithi190 ceph-mon[31778]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-06T03:30:04.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:04.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:04 smithi055 ceph-mon[29860]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-06T03:30:05.900 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:05.900 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:05.900 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:05 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:05.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:05.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:05.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:05 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:06.006 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:06.006 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:06.006 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:05 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:06.539 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:30:06.539 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":46,"fsid":"2a35881e-f3c5-11ee-b649-cb9ed24678a4","created":"2024-04-06T03:25:07.298826+0000","modified":"2024-04-06T03:29:55.457293+0000","last_up_change":"2024-04-06T03:29:51.430325+0000","last_in_change":"2024-04-06T03:29:30.848470+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-06T03:28:40.744474+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":6,"score_stable":6,"optimal_score":0.5,"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":"967059f3-8de5-47c1-989f-a668fe024f82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6803","nonce":1288935396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6805","nonce":1288935396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6809","nonce":1288935396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6807","nonce":1288935396}]},"public_addr":"172.21.15.55:6803/1288935396","cluster_addr":"172.21.15.55:6805/1288935396","heartbeat_back_addr":"172.21.15.55:6809/1288935396","heartbeat_front_addr":"172.21.15.55:6807/1288935396","state":["exists","up"]},{"osd":1,"uuid":"d56164be-2cf3-4459-9e83-17a2ab9eb393","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6811","nonce":3050640910}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6813","nonce":3050640910}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6817","nonce":3050640910}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6815","nonce":3050640910}]},"public_addr":"172.21.15.55:6811/3050640910","cluster_addr":"172.21.15.55:6813/3050640910","heartbeat_back_addr":"172.21.15.55:6817/3050640910","heartbeat_front_addr":"172.21.15.55:6815/3050640910","state":["exists","up"]},{"osd":2,"uuid":"3c51302e-238b-40c6-96cf-4537112c8396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6801","nonce":420495195}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6803","nonce":420495195}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6807","nonce":420495195}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6805","nonce":420495195}]},"public_addr":"172.21.15.186:6801/420495195","cluster_addr":"172.21.15.186:6803/420495195","heartbeat_back_addr":"172.21.15.186:6807/420495195","heartbeat_front_addr":"172.21.15.186:6805/420495195","state":["exists","up"]},{"osd":3,"uuid":"5c452b99-9e94-43a8-b5ed-698998dddb68","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6809","nonce":1706430868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6811","nonce":1706430868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6815","nonce":1706430868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6813","nonce":1706430868}]},"public_addr":"172.21.15.186:6809/1706430868","cluster_addr":"172.21.15.186:6811/1706430868","heartbeat_back_addr":"172.21.15.186:6815/1706430868","heartbeat_front_addr":"172.21.15.186:6813/1706430868","state":["exists","up"]},{"osd":4,"uuid":"f73c569e-1589-452d-87e8-d87ddfa7bf75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6801","nonce":894647655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6803","nonce":894647655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6807","nonce":894647655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6805","nonce":894647655}]},"public_addr":"172.21.15.190:6801/894647655","cluster_addr":"172.21.15.190:6803/894647655","heartbeat_back_addr":"172.21.15.190:6807/894647655","heartbeat_front_addr":"172.21.15.190:6805/894647655","state":["exists","up"]},{"osd":5,"uuid":"7531353b-2f29-4f65-8e71-645112f2ffd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6809","nonce":1525190665}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6811","nonce":1525190665}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6815","nonce":1525190665}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6813","nonce":1525190665}]},"public_addr":"172.21.15.190:6809/1525190665","cluster_addr":"172.21.15.190:6811/1525190665","heartbeat_back_addr":"172.21.15.190:6815/1525190665","heartbeat_front_addr":"172.21.15.190:6813/1525190665","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-06T03:27:45.563421+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-06T03:28:10.475009+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-06T03:28:36.817729+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:00.367741+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:23.473627+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:49.463445+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:6801/2478414249":"2024-04-07T03:26:10.395959+0000","172.21.15.55:6800/2478414249":"2024-04-07T03:26:10.395959+0000","172.21.15.55:0/2218822217":"2024-04-07T03:26:10.395959+0000","172.21.15.55:0/981828644":"2024-04-07T03:26:10.395959+0000","172.21.15.55:6800/1367490890":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/3264328897":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/1687581995":"2024-04-07T03:25:44.321728+0000","172.21.15.55:6801/1367490890":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/850154939":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/1254413833":"2024-04-07T03:26:10.395959+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-06T03:30:06.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:06 smithi055 ceph-mon[29860]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-04-06T03:30:06.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:06 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/3833091784' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:30:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:06 smithi190 ceph-mon[31778]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-04-06T03:30:06.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:06 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/3833091784' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:30:07.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:06 smithi186 ceph-mon[31708]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-04-06T03:30:07.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:06 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/3833091784' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:30:07.198 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-06T03:30:07.198 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-06T03:30:07.913 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:09.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:09 smithi055 ceph-mon[29860]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:09 smithi186 ceph-mon[31708]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:09.683 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:30:09.683 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":46,"fsid":"2a35881e-f3c5-11ee-b649-cb9ed24678a4","created":"2024-04-06T03:25:07.298826+0000","modified":"2024-04-06T03:29:55.457293+0000","last_up_change":"2024-04-06T03:29:51.430325+0000","last_in_change":"2024-04-06T03:29:30.848470+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-06T03:28:40.744474+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":6,"score_stable":6,"optimal_score":0.5,"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":"967059f3-8de5-47c1-989f-a668fe024f82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6803","nonce":1288935396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6805","nonce":1288935396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6809","nonce":1288935396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":1288935396},{"type":"v1","addr":"172.21.15.55:6807","nonce":1288935396}]},"public_addr":"172.21.15.55:6803/1288935396","cluster_addr":"172.21.15.55:6805/1288935396","heartbeat_back_addr":"172.21.15.55:6809/1288935396","heartbeat_front_addr":"172.21.15.55:6807/1288935396","state":["exists","up"]},{"osd":1,"uuid":"d56164be-2cf3-4459-9e83-17a2ab9eb393","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6811","nonce":3050640910}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6813","nonce":3050640910}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6817","nonce":3050640910}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":3050640910},{"type":"v1","addr":"172.21.15.55:6815","nonce":3050640910}]},"public_addr":"172.21.15.55:6811/3050640910","cluster_addr":"172.21.15.55:6813/3050640910","heartbeat_back_addr":"172.21.15.55:6817/3050640910","heartbeat_front_addr":"172.21.15.55:6815/3050640910","state":["exists","up"]},{"osd":2,"uuid":"3c51302e-238b-40c6-96cf-4537112c8396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6801","nonce":420495195}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6803","nonce":420495195}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6807","nonce":420495195}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":420495195},{"type":"v1","addr":"172.21.15.186:6805","nonce":420495195}]},"public_addr":"172.21.15.186:6801/420495195","cluster_addr":"172.21.15.186:6803/420495195","heartbeat_back_addr":"172.21.15.186:6807/420495195","heartbeat_front_addr":"172.21.15.186:6805/420495195","state":["exists","up"]},{"osd":3,"uuid":"5c452b99-9e94-43a8-b5ed-698998dddb68","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6809","nonce":1706430868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6811","nonce":1706430868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6815","nonce":1706430868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":1706430868},{"type":"v1","addr":"172.21.15.186:6813","nonce":1706430868}]},"public_addr":"172.21.15.186:6809/1706430868","cluster_addr":"172.21.15.186:6811/1706430868","heartbeat_back_addr":"172.21.15.186:6815/1706430868","heartbeat_front_addr":"172.21.15.186:6813/1706430868","state":["exists","up"]},{"osd":4,"uuid":"f73c569e-1589-452d-87e8-d87ddfa7bf75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6801","nonce":894647655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6803","nonce":894647655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6807","nonce":894647655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":894647655},{"type":"v1","addr":"172.21.15.190:6805","nonce":894647655}]},"public_addr":"172.21.15.190:6801/894647655","cluster_addr":"172.21.15.190:6803/894647655","heartbeat_back_addr":"172.21.15.190:6807/894647655","heartbeat_front_addr":"172.21.15.190:6805/894647655","state":["exists","up"]},{"osd":5,"uuid":"7531353b-2f29-4f65-8e71-645112f2ffd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6809","nonce":1525190665}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6811","nonce":1525190665}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6815","nonce":1525190665}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":1525190665},{"type":"v1","addr":"172.21.15.190:6813","nonce":1525190665}]},"public_addr":"172.21.15.190:6809/1525190665","cluster_addr":"172.21.15.190:6811/1525190665","heartbeat_back_addr":"172.21.15.190:6815/1525190665","heartbeat_front_addr":"172.21.15.190:6813/1525190665","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-06T03:27:45.563421+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-06T03:28:10.475009+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-06T03:28:36.817729+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:00.367741+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:23.473627+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-06T03:29:49.463445+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:6801/2478414249":"2024-04-07T03:26:10.395959+0000","172.21.15.55:6800/2478414249":"2024-04-07T03:26:10.395959+0000","172.21.15.55:0/2218822217":"2024-04-07T03:26:10.395959+0000","172.21.15.55:0/981828644":"2024-04-07T03:26:10.395959+0000","172.21.15.55:6800/1367490890":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/3264328897":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/1687581995":"2024-04-07T03:25:44.321728+0000","172.21.15.55:6801/1367490890":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/850154939":"2024-04-07T03:25:44.321728+0000","172.21.15.55:0/1254413833":"2024-04-07T03:26:10.395959+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-06T03:30:09.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:09 smithi190 ceph-mon[31778]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:10.279 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph tell osd.0 flush_pg_stats 2024-04-06T03:30:10.280 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph tell osd.1 flush_pg_stats 2024-04-06T03:30:10.280 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph tell osd.2 flush_pg_stats 2024-04-06T03:30:10.281 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph tell osd.3 flush_pg_stats 2024-04-06T03:30:10.281 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph tell osd.4 flush_pg_stats 2024-04-06T03:30:10.281 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph tell osd.5 flush_pg_stats 2024-04-06T03:30:10.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:10 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1920079142' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:30:10.572 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:10.572 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:10.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:10 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/1920079142' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:30:10.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:10 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/1920079142' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-06T03:30:11.633 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:11 smithi055 ceph-mon[29860]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:11.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:11 smithi186 ceph-mon[31708]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:11.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:11 smithi190 ceph-mon[31778]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:12.525 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:12.525 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:13.122 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:13.122 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:13.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:13 smithi055 ceph-mon[29860]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:13.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:13 smithi186 ceph-mon[31708]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:13.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:13 smithi190 ceph-mon[31778]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:13.890 INFO:teuthology.orchestra.run.smithi055.stdout:34359738401 2024-04-06T03:30:13.891 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.0 2024-04-06T03:30:15.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:15 smithi055 ceph-mon[29860]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:15.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:15 smithi190 ceph-mon[31778]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:15.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:15 smithi186 ceph-mon[31708]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:17.597 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:17 smithi190 ceph-mon[31778]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:17.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:17 smithi186 ceph-mon[31708]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:17.745 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:17 smithi055 ceph-mon[29860]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:17.777 INFO:teuthology.orchestra.run.smithi055.stdout:77309411350 2024-04-06T03:30:17.778 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.2 2024-04-06T03:30:19.588 INFO:teuthology.orchestra.run.smithi055.stdout:111669149714 2024-04-06T03:30:19.589 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.3 2024-04-06T03:30:19.661 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:19 smithi055 ceph-mon[29860]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:19.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:19 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:19 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:19 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:19 smithi186 ceph-mon[31708]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:19.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:19 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:19 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:19 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:19 smithi190 ceph-mon[31778]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:19.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:19 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:19 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:19.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:19 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:20.338 INFO:teuthology.orchestra.run.smithi055.stdout:55834574877 2024-04-06T03:30:20.338 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.1 2024-04-06T03:30:20.600 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:21.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:21 smithi055 ceph-mon[29860]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:21.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:21 smithi186 ceph-mon[31708]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:21.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:21 smithi190 ceph-mon[31778]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:22.113 INFO:teuthology.orchestra.run.smithi055.stdout:180388626441 2024-04-06T03:30:22.114 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.5 2024-04-06T03:30:23.068 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:23.121 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:23.624 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:23 smithi055 ceph-mon[29860]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:23.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:23 smithi186 ceph-mon[31708]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:23.734 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:23 smithi190 ceph-mon[31778]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:24.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:24 smithi055 ceph-mon[29860]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:24.871 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.871 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.871 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.871 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:24 smithi186 ceph-mon[31708]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:24 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:24.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:24 smithi190 ceph-mon[31778]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:25.669 INFO:teuthology.orchestra.run.smithi055.stdout:34359738403 2024-04-06T03:30:25.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:25 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/3647801641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-06T03:30:25.873 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.873 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.873 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:25 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:25 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/3647801641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-06T03:30:25.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:25 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:25 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/3647801641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-06T03:30:25.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:25.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:25 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:26.117 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738403 for osd.0 2024-04-06T03:30:26.117 DEBUG:teuthology.parallel:result is None 2024-04-06T03:30:26.296 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:26.296 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:26.784 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:26 smithi055 ceph-mon[29860]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:26.924 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:26 smithi186 ceph-mon[31708]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:26.984 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:26 smithi190 ceph-mon[31778]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:28.902 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:28 smithi055 ceph-mon[29860]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:29.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:28 smithi186 ceph-mon[31708]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:29.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:28 smithi190 ceph-mon[31778]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:29.691 INFO:teuthology.orchestra.run.smithi055.stdout:77309411352 2024-04-06T03:30:29.998 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:29 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1917024668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-06T03:30:30.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:29 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/1917024668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-06T03:30:30.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:29 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/1917024668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-06T03:30:30.313 INFO:teuthology.orchestra.run.smithi055.stdout:55834574879 2024-04-06T03:30:30.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:30 smithi055 ceph-mon[29860]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:30.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:30 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/197379080' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-06T03:30:30.960 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574877 got 55834574879 for osd.1 2024-04-06T03:30:30.960 DEBUG:teuthology.parallel:result is None 2024-04-06T03:30:31.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:30 smithi186 ceph-mon[31708]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:31.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:30 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/197379080' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-06T03:30:31.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:30 smithi190 ceph-mon[31778]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:31.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:30 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/197379080' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-06T03:30:31.532 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411350 got 77309411352 for osd.2 2024-04-06T03:30:31.532 DEBUG:teuthology.parallel:result is None 2024-04-06T03:30:32.678 INFO:teuthology.orchestra.run.smithi055.stdout:180388626443 2024-04-06T03:30:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:32 smithi055 ceph-mon[29860]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:32 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/668619147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-06T03:30:33.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:32 smithi186 ceph-mon[31708]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:33.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:32 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/668619147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-06T03:30:33.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:32 smithi190 ceph-mon[31778]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:33.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:32 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/668619147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-06T03:30:33.347 INFO:teuthology.orchestra.run.smithi055.stdout:111669149716 2024-04-06T03:30:33.569 INFO:teuthology.orchestra.run.smithi055.stdout:146028888080 2024-04-06T03:30:33.569 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.4 2024-04-06T03:30:34.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:33 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2601296891' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-06T03:30:34.147 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149714 got 111669149716 for osd.3 2024-04-06T03:30:34.147 DEBUG:teuthology.parallel:result is None 2024-04-06T03:30:34.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:33 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/2601296891' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-06T03:30:34.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:33 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/2601296891' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-06T03:30:35.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:34 smithi055 ceph-mon[29860]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:35.110 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626441 got 180388626443 for osd.5 2024-04-06T03:30:35.110 DEBUG:teuthology.parallel:result is None 2024-04-06T03:30:35.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:34 smithi186 ceph-mon[31708]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:35.184 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:35.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:34 smithi190 ceph-mon[31778]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:36.975 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:36 smithi190 ceph-mon[31778]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:36.978 INFO:teuthology.orchestra.run.smithi055.stdout:146028888081 2024-04-06T03:30:36.978 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:36 smithi055 ceph-mon[29860]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:37.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:36 smithi186 ceph-mon[31708]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:37.706 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888080 got 146028888081 for osd.4 2024-04-06T03:30:37.706 DEBUG:teuthology.parallel:result is None 2024-04-06T03:30:37.706 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-06T03:30:37.707 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph pg dump --format=json 2024-04-06T03:30:37.951 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:38.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:37 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/3467874768' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-06T03:30:38.108 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:37 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/3467874768' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-06T03:30:38.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:37 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/3467874768' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-06T03:30:39.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:38 smithi186 ceph-mon[31708]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:39.176 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:38 smithi055 ceph-mon[29860]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:39.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:38 smithi190 ceph-mon[31778]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:39.709 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:30:39.712 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2024-04-06T03:30:40.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:39 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.227 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":177,"stamp":"2024-04-06T03:30:37.748571+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":166312,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304600,"statfs":{"total":575970213888,"available":575799910400,"internally_reserved":0,"allocated":4288512,"data_stored":2750106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"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.002014"},"pg_stats":[{"pgid":"1.0","version":"23'137","reported_seq":263,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-04-06T03:29:55.473191+0000","last_change":"2024-04-06T03:29:55.473191+0000","last_active":"2024-04-06T03:29:55.473191+0000","last_peered":"2024-04-06T03:29:55.473191+0000","last_clean":"2024-04-06T03:29:55.473191+0000","last_became_active":"2024-04-06T03:29:55.472735+0000","last_became_peered":"2024-04-06T03:29:55.472735+0000","last_unstale":"2024-04-06T03:29:55.473191+0000","last_undegraded":"2024-04-06T03:29:55.473191+0000","last_fullsized":"2024-04-06T03:29:55.473191+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-06T03:28:40.794638+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-06T03:28:40.794638+0000","last_clean_scrub_stamp":"2024-04-06T03:28:40.794638+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-07T06:56:27.117088+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626445,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"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":4,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":26,"seq":111669149718,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717140,"statfs":{"total":95995035648,"available":95966351360,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411354,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"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":34359738406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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":55834574881,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-06T03:30:40.227 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph pg dump --format=json 2024-04-06T03:30:40.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:39 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:39 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:40.468 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:41.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:40 smithi055 ceph-mon[29860]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:41.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:40 smithi055 ceph-mon[29860]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:41.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:40 smithi190 ceph-mon[31778]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:41.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:40 smithi190 ceph-mon[31778]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:41.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:40 smithi186 ceph-mon[31708]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:41.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:40 smithi186 ceph-mon[31708]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:42.069 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:30:42.071 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2024-04-06T03:30:42.675 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":179,"stamp":"2024-04-06T03:30:41.749142+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":166312,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304600,"statfs":{"total":575970213888,"available":575799910400,"internally_reserved":0,"allocated":4288512,"data_stored":2750106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"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.001966"},"pg_stats":[{"pgid":"1.0","version":"23'137","reported_seq":263,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-04-06T03:29:55.473191+0000","last_change":"2024-04-06T03:29:55.473191+0000","last_active":"2024-04-06T03:29:55.473191+0000","last_peered":"2024-04-06T03:29:55.473191+0000","last_clean":"2024-04-06T03:29:55.473191+0000","last_became_active":"2024-04-06T03:29:55.472735+0000","last_became_peered":"2024-04-06T03:29:55.472735+0000","last_unstale":"2024-04-06T03:29:55.473191+0000","last_undegraded":"2024-04-06T03:29:55.473191+0000","last_fullsized":"2024-04-06T03:29:55.473191+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-06T03:28:40.794638+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-06T03:28:40.794638+0000","last_clean_scrub_stamp":"2024-04-06T03:28:40.794638+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-07T06:56:27.117088+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626445,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"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":4,"up_from":34,"seq":146028888083,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":26,"seq":111669149718,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717140,"statfs":{"total":95995035648,"available":95966351360,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411355,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"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":34359738406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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":55834574881,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-06T03:30:42.675 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-06T03:30:42.676 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-06T03:30:42.676 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-06T03:30:42.676 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- ceph health --format=json 2024-04-06T03:30:42.915 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:43.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:42 smithi190 ceph-mon[31778]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:43.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:42 smithi190 ceph-mon[31778]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:43.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:42 smithi055 ceph-mon[29860]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:43.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:42 smithi055 ceph-mon[29860]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:43.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:42 smithi186 ceph-mon[31708]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:43.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:42 smithi186 ceph-mon[31708]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:44.678 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-04-06T03:30:44.678 INFO:teuthology.orchestra.run.smithi055.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-06T03:30:44.974 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:44 smithi055 ceph-mon[29860]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:44.974 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:44.974 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:44.974 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:44 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:44.974 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:44 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/283821736' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-06T03:30:45.013 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:44 smithi186 ceph-mon[31708]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:45.013 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:45.013 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:45.013 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:44 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:45.013 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:44 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/283821736' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-06T03:30:45.234 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:44 smithi190 ceph-mon[31778]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:44 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:45.235 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:44 smithi190 ceph-mon[31778]: from='client.? 172.21.15.55:0/283821736' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-06T03:30:45.371 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-06T03:30:45.372 INFO:tasks.cephadm:Setup complete, yielding 2024-04-06T03:30:45.372 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-06T03:30:45.383 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 -- bash -c 'set -ex 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> for host in $HOSTNAMES; do 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> # find the hostname for "host.c" which will have no mgr 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> HOST_C="${host}" 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> fi 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> done 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> # One last thing to worry about before draining the host 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> # is that the teuthology test tends to put the explicit 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> # hostnames in the placement for the mon service. 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> # We want to make sure we can drain without providing 2024-04-06T03:30:45.384 DEBUG:teuthology.orchestra.run.smithi055:> # --force and there is a check for the host being removed 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> # being listed explicitly in the placements. Therefore, 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> # we should remove it from the mon placement. 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> ceph orch ls mon --export > mon.yaml 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> ceph orch apply -i mon_adjusted.yaml 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> # now drain that host 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> # wait for drain to complete 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> sleep 15 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> done 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> # we want to check the ability to remove the host from 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> # the CRUSH map, so we should first verify the host is in 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> # the CRUSH map. 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> ceph osd getcrushmap -o compiled-crushmap 2024-04-06T03:30:45.385 DEBUG:teuthology.orchestra.run.smithi055:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> exit 1 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> fi 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> # If the drain was successful, we should be able to remove the 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> # host without force with no issues. If there are still daemons 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> # we will get a response telling us to drain the host and a 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> # non-zero return code 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> sleep 30 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> ceph osd getcrushmap -o compiled-crushmap 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-06T03:30:45.386 DEBUG:teuthology.orchestra.run.smithi055:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-06T03:30:45.387 DEBUG:teuthology.orchestra.run.smithi055:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-06T03:30:45.387 DEBUG:teuthology.orchestra.run.smithi055:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-06T03:30:45.387 DEBUG:teuthology.orchestra.run.smithi055:> exit 1 2024-04-06T03:30:45.387 DEBUG:teuthology.orchestra.run.smithi055:> fi 2024-04-06T03:30:45.387 DEBUG:teuthology.orchestra.run.smithi055:> ' 2024-04-06T03:30:45.628 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-06T03:30:46.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:46.485 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:46 smithi190 ceph-mon[31778]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:47.193 INFO:teuthology.orchestra.run.smithi055.stderr:++ ceph orch host ls --format json 2024-04-06T03:30:47.193 INFO:teuthology.orchestra.run.smithi055.stderr:++ jq -r '.[] | .hostname' 2024-04-06T03:30:47.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:47 smithi055 ceph-mon[29860]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:47.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:47 smithi186 ceph-mon[31708]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:47.455 INFO:teuthology.orchestra.run.smithi055.stderr:+ HOSTNAMES='smithi055 2024-04-06T03:30:47.455 INFO:teuthology.orchestra.run.smithi055.stderr:smithi186 2024-04-06T03:30:47.455 INFO:teuthology.orchestra.run.smithi055.stderr:smithi190' 2024-04-06T03:30:47.455 INFO:teuthology.orchestra.run.smithi055.stderr:+ for host in $HOSTNAMES 2024-04-06T03:30:47.455 INFO:teuthology.orchestra.run.smithi055.stderr:++ ceph orch ps --hostname smithi055 --format json 2024-04-06T03:30:47.455 INFO:teuthology.orchestra.run.smithi055.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-06T03:30:47.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:47 smithi190 ceph-mon[31778]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:47.788 INFO:teuthology.orchestra.run.smithi055.stderr:+ HAS_MGRS=true 2024-04-06T03:30:47.788 INFO:teuthology.orchestra.run.smithi055.stderr:+ '[' true == false ']' 2024-04-06T03:30:47.788 INFO:teuthology.orchestra.run.smithi055.stderr:+ for host in $HOSTNAMES 2024-04-06T03:30:47.788 INFO:teuthology.orchestra.run.smithi055.stderr:++ ceph orch ps --hostname smithi186 --format json 2024-04-06T03:30:47.788 INFO:teuthology.orchestra.run.smithi055.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-06T03:30:48.123 INFO:teuthology.orchestra.run.smithi055.stderr:+ HAS_MGRS=true 2024-04-06T03:30:48.124 INFO:teuthology.orchestra.run.smithi055.stderr:+ '[' true == false ']' 2024-04-06T03:30:48.124 INFO:teuthology.orchestra.run.smithi055.stderr:+ for host in $HOSTNAMES 2024-04-06T03:30:48.124 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:48 smithi055 ceph-mon[29860]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:48.124 INFO:teuthology.orchestra.run.smithi055.stderr:++ ceph orch ps --hostname smithi190 --format json 2024-04-06T03:30:48.125 INFO:teuthology.orchestra.run.smithi055.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-06T03:30:48.236 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:48 smithi190 ceph-mon[31778]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:48.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:48 smithi186 ceph-mon[31708]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:48.456 INFO:teuthology.orchestra.run.smithi055.stderr:+ HAS_MGRS=false 2024-04-06T03:30:48.457 INFO:teuthology.orchestra.run.smithi055.stderr:+ '[' false == false ']' 2024-04-06T03:30:48.457 INFO:teuthology.orchestra.run.smithi055.stderr:+ HOST_C=smithi190 2024-04-06T03:30:48.457 INFO:teuthology.orchestra.run.smithi055.stderr:+ ceph orch ls mon --export 2024-04-06T03:30:48.788 INFO:teuthology.orchestra.run.smithi055.stderr:+ sed /smithi190/d mon.yaml 2024-04-06T03:30:48.789 INFO:teuthology.orchestra.run.smithi055.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-06T03:30:49.116 INFO:teuthology.orchestra.run.smithi055.stdout:Scheduled mon update... 2024-04-06T03:30:49.117 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:49 smithi055 ceph-mon[29860]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:49.117 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:49 smithi055 ceph-mon[29860]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi055", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.117 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:49 smithi055 ceph-mon[29860]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.117 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:49 smithi055 ceph-mon[29860]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.128 INFO:teuthology.orchestra.run.smithi055.stderr:+ ceph orch host drain smithi190 --zap-osd-devices 2024-04-06T03:30:49.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:49 smithi186 ceph-mon[31708]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:49.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:49 smithi186 ceph-mon[31708]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi055", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:49 smithi186 ceph-mon[31708]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:49 smithi186 ceph-mon[31708]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.454 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:49 smithi190 ceph-mon[31778]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:49.454 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:49 smithi190 ceph-mon[31778]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi055", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.455 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:49 smithi190 ceph-mon[31778]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.455 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:49 smithi190 ceph-mon[31778]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-06T03:30:49.455 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:49 smithi190 podman[42642]: 2024-04-06 03:30:49.197073686 +0000 UTC m=+0.020067389 container died 353097fe43a0918babe9effa37004fff686f7ab309e051c68242fd9c851dc4a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-c, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-04-06T03:30:49.718 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:49 smithi190 podman[42642]: 2024-04-06 03:30:49.69409564 +0000 UTC m=+0.517089341 container remove 353097fe43a0918babe9effa37004fff686f7ab309e051c68242fd9c851dc4a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-c, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9f19235, CEPH_POINT_RELEASE=) 2024-04-06T03:30:50.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:50 smithi190 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.c.service: Deactivated successfully. 2024-04-06T03:30:50.484 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 06 03:30:50 smithi190 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.c.service: Consumed 3.568s CPU time. 2024-04-06T03:30:51.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:51.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:51.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;count:3 2024-04-06T03:30:51.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: Removing monitor c from monmap... 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: mon.b calling monitor election 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: mon.a calling monitor election 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: monmap epoch 4 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: last_changed 2024-04-06T03:30:49.160539+0000 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: min_mon_release 19 (squid) 2024-04-06T03:30:51.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: election_strategy: 1 2024-04-06T03:30:51.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:30:51.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: 1: [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon.b 2024-04-06T03:30:51.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: fsmap 2024-04-06T03:30:51.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: osdmap e46: 6 total, 6 up, 6 in 2024-04-06T03:30:51.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-06T03:30:51.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:51 smithi055 ceph-mon[29860]: overall HEALTH_OK 2024-04-06T03:30:51.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:51.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:51.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi186:172.21.15.186=b;count:3 2024-04-06T03:30:51.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: Removing monitor c from monmap... 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: mon.b calling monitor election 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: mon.a calling monitor election 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: monmap epoch 4 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: last_changed 2024-04-06T03:30:49.160539+0000 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: created 2024-04-06T03:25:04.412264+0000 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: min_mon_release 19 (squid) 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: election_strategy: 1 2024-04-06T03:30:51.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-04-06T03:30:51.677 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: 1: [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon.b 2024-04-06T03:30:51.677 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: fsmap 2024-04-06T03:30:51.677 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: osdmap e46: 6 total, 6 up, 6 in 2024-04-06T03:30:51.677 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-06T03:30:51.677 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:51 smithi186 ceph-mon[31708]: overall HEALTH_OK 2024-04-06T03:30:52.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:52 smithi055 ceph-mon[29860]: Removing daemon mon.c from smithi190 -- ports [] 2024-04-06T03:30:52.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:52.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:52.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:30:52.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:30:52.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:52 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:30:52.477 INFO:teuthology.orchestra.run.smithi055.stdout:Scheduled to remove the following daemons from host 'smithi190' 2024-04-06T03:30:52.477 INFO:teuthology.orchestra.run.smithi055.stdout:type id 2024-04-06T03:30:52.477 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------- --------------- 2024-04-06T03:30:52.477 INFO:teuthology.orchestra.run.smithi055.stdout:agent smithi190 2024-04-06T03:30:52.477 INFO:teuthology.orchestra.run.smithi055.stdout:osd 4 2024-04-06T03:30:52.477 INFO:teuthology.orchestra.run.smithi055.stdout:osd 5 2024-04-06T03:30:52.489 INFO:teuthology.orchestra.run.smithi055.stderr:++ ceph orch ps --hostname smithi190 2024-04-06T03:30:52.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:52 smithi186 ceph-mon[31708]: Removing daemon mon.c from smithi190 -- ports [] 2024-04-06T03:30:52.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:52 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:52.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:52 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:52.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:52 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:30:52.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:52 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:30:52.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:52 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:30:52.876 INFO:teuthology.orchestra.run.smithi055.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-06T03:30:52.876 INFO:teuthology.orchestra.run.smithi055.stderr:agent.smithi190 smithi190 running 13s ago 4m - - 2024-04-06T03:30:52.876 INFO:teuthology.orchestra.run.smithi055.stderr:osd.4 smithi190 running (93s) 13s ago 93s 47.5M 9.84G 19.0.0-2027-g9f192350 a5511c7deba9 ad47461d2b2b 2024-04-06T03:30:52.876 INFO:teuthology.orchestra.run.smithi055.stderr:osd.5 smithi190 running (67s) 13s ago 67s 43.8M 9.84G 19.0.0-2027-g9f192350 a5511c7deba9 84eb1e3ba558 ' 2024-04-06T03:30:52.876 INFO:teuthology.orchestra.run.smithi055.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-06T03:30:52.876 INFO:teuthology.orchestra.run.smithi055.stderr:agent.smithi190 smithi190 running 13s ago 4m - - 2024-04-06T03:30:52.876 INFO:teuthology.orchestra.run.smithi055.stderr:osd.4 smithi190 running (93s) 13s ago 93s 47.5M 9.84G 19.0.0-2027-g9f192350 a5511c7deba9 ad47461d2b2b 2024-04-06T03:30:52.877 INFO:teuthology.orchestra.run.smithi055.stderr:osd.5 smithi190 running (67s) 13s ago 67s 43.8M 9.84G 19.0.0-2027-g9f192350 a5511c7deba9 84eb1e3ba558 ' '!=' 'No daemons reported' ']' 2024-04-06T03:30:52.877 INFO:teuthology.orchestra.run.smithi055.stderr:+ sleep 15 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Updating smithi055:/etc/ceph/ceph.conf 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Updating smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi190", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:53.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Added label _no_schedule to host smithi190 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi190 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: osd.4 crush weight is 0.0872955322265625 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:53.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:53.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-06T03:30:53.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-06T03:30:53.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:53 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a[29856]: 2024-04-06T03:30:53.755+0000 7f3d26b7e700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Updating smithi055:/etc/ceph/ceph.conf 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Updating smithi186:/etc/ceph/ceph.conf 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Updating smithi190:/etc/ceph/ceph.conf 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Updating smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Updating smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi190", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:53.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Added label _no_schedule to host smithi190 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Updating smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi190 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: osd.4 crush weight is 0.0872955322265625 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:53.926 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:53.927 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-06T03:30:53.927 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:53 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: osd.5 crush weight is 0.0872955322265625 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: osdmap e47: 6 total, 6 up, 6 in 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-06T03:30:54.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:54 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: osd.5 crush weight is 0.0872955322265625 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: osdmap e47: 6 total, 6 up, 6 in 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-06T03:30:54.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:54 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-06T03:30:55.484 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:55 smithi190 systemd[1]: Stopping Ceph osd.4 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: osd.5 weight is now 0.0 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: osdmap e48: 6 total, 5 up, 6 in 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:55.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:55 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: osd.5 weight is now 0.0 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: osdmap e48: 6 total, 5 up, 6 in 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:55 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:55.984 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:55 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4[37498]: 2024-04-06T03:30:55.587+0000 7f5135d83700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -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-06T03:30:55.985 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:55 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4[37498]: 2024-04-06T03:30:55.587+0000 7f5135d83700 -1 osd.4 47 *** Got signal Terminated *** 2024-04-06T03:30:55.985 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:55 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4[37498]: 2024-04-06T03:30:55.587+0000 7f5135d83700 -1 osd.4 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-06T03:30:56.381 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:56 smithi190 podman[43780]: 2024-04-06 03:30:56.110235491 +0000 UTC m=+0.627883696 container died ad47461d2b2bbf50f0e05864a18d930489bdbd9d48804a6197da467ac8e2e259 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-9f19235, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240403) 2024-04-06T03:30:56.734 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:56 smithi190 podman[43780]: 2024-04-06 03:30:56.471876195 +0000 UTC m=+0.989524398 container cleanup ad47461d2b2bbf50f0e05864a18d930489bdbd9d48804a6197da467ac8e2e259 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, RELEASE=squid-9f19235) 2024-04-06T03:30:56.735 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:56 smithi190 bash[43780]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4 2024-04-06T03:30:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:56 smithi055 ceph-mon[29860]: osd.4 now down 2024-04-06T03:30:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:56 smithi055 ceph-mon[29860]: Removing daemon osd.4 from smithi190 -- ports [] 2024-04-06T03:30:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:56 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:56 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:56 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:56 smithi055 ceph-mon[29860]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:56 smithi055 ceph-mon[29860]: osdmap e49: 6 total, 5 up, 6 in 2024-04-06T03:30:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:56 smithi186 ceph-mon[31708]: osd.4 now down 2024-04-06T03:30:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:56 smithi186 ceph-mon[31708]: Removing daemon osd.4 from smithi190 -- ports [] 2024-04-06T03:30:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:56 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:56 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:56 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:30:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:56 smithi186 ceph-mon[31708]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-04-06T03:30:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:56 smithi186 ceph-mon[31708]: osdmap e49: 6 total, 5 up, 6 in 2024-04-06T03:30:57.036 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:56 smithi190 podman[43797]: 2024-04-06 03:30:56.739865607 +0000 UTC m=+0.626885047 container remove ad47461d2b2bbf50f0e05864a18d930489bdbd9d48804a6197da467ac8e2e259 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS) 2024-04-06T03:30:57.317 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:57 smithi190 podman[43887]: 2024-04-06 03:30:56.93913921 +0000 UTC m=+0.017633465 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:30:57.318 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:57 smithi190 podman[43887]: 2024-04-06 03:30:57.048756269 +0000 UTC m=+0.127250508 container create 6abf7e2b65e6b68ca41fc36fe086d2c65e756ed6ebb51ad2eefc0c6c1b420c93 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4-deactivate, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True) 2024-04-06T03:30:57.318 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:57 smithi190 podman[43887]: 2024-04-06 03:30:57.24267305 +0000 UTC m=+0.321167292 container init 6abf7e2b65e6b68ca41fc36fe086d2c65e756ed6ebb51ad2eefc0c6c1b420c93 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-06T03:30:57.318 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:57 smithi190 podman[43887]: 2024-04-06 03:30:57.245700593 +0000 UTC m=+0.324194840 container start 6abf7e2b65e6b68ca41fc36fe086d2c65e756ed6ebb51ad2eefc0c6c1b420c93 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235, ceph=True, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:30:57.318 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:57 smithi190 podman[43887]: 2024-04-06 03:30:57.317544659 +0000 UTC m=+0.396038902 container attach 6abf7e2b65e6b68ca41fc36fe086d2c65e756ed6ebb51ad2eefc0c6c1b420c93 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235) 2024-04-06T03:30:57.734 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:57 smithi190 podman[43887]: 2024-04-06 03:30:57.535553336 +0000 UTC m=+0.614047583 container died 6abf7e2b65e6b68ca41fc36fe086d2c65e756ed6ebb51ad2eefc0c6c1b420c93 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4-deactivate, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, RELEASE=squid-9f19235, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux ) 2024-04-06T03:30:58.034 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:57 smithi055 ceph-mon[29860]: osdmap e50: 6 total, 5 up, 6 in 2024-04-06T03:30:58.174 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:57 smithi186 ceph-mon[31708]: osdmap e50: 6 total, 5 up, 6 in 2024-04-06T03:30:58.484 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:58 smithi190 podman[43913]: 2024-04-06 03:30:58.020501513 +0000 UTC m=+0.480124383 container remove 6abf7e2b65e6b68ca41fc36fe086d2c65e756ed6ebb51ad2eefc0c6c1b420c93 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-4-deactivate, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=squid-9f19235, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS) 2024-04-06T03:30:58.484 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:58 smithi190 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.4.service: Deactivated successfully. 2024-04-06T03:30:58.484 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:58 smithi190 systemd[1]: Stopped Ceph osd.4 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:30:58.485 INFO:journalctl@ceph.osd.4.smithi190.stdout:Apr 06 03:30:58 smithi190 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.4.service: Consumed 1.888s CPU time. 2024-04-06T03:30:59.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: pgmap v191: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-06T03:30:59.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: Removing key for osd.4 2024-04-06T03:30:59.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-06T03:30:59.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: Successfully removed osd.4 on smithi190 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: Cluster is now healthy 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: osdmap e51: 5 total, 5 up, 5 in 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: Successfully purged osd.4 on smithi190 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: Zapping devices for osd.4 on smithi190 2024-04-06T03:30:59.036 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:30:58 smithi055 ceph-mon[29860]: osdmap e52: 5 total, 5 up, 5 in 2024-04-06T03:30:59.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: pgmap v191: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-06T03:30:59.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: Removing key for osd.4 2024-04-06T03:30:59.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-06T03:30:59.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-06T03:30:59.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: Successfully removed osd.4 on smithi190 2024-04-06T03:30:59.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-06T03:30:59.175 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-06T03:30:59.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: Cluster is now healthy 2024-04-06T03:30:59.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-06T03:30:59.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: osdmap e51: 5 total, 5 up, 5 in 2024-04-06T03:30:59.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: Successfully purged osd.4 on smithi190 2024-04-06T03:30:59.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: Zapping devices for osd.4 on smithi190 2024-04-06T03:30:59.176 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:30:58 smithi186 ceph-mon[31708]: osdmap e52: 5 total, 5 up, 5 in 2024-04-06T03:31:00.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:00 smithi186 ceph-mon[31708]: osdmap e53: 5 total, 5 up, 5 in 2024-04-06T03:31:00.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:00 smithi055 ceph-mon[29860]: osdmap e53: 5 total, 5 up, 5 in 2024-04-06T03:31:01.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:01 smithi186 ceph-mon[31708]: pgmap v195: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-06T03:31:01.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:01 smithi186 ceph-mon[31708]: osdmap e54: 5 total, 5 up, 5 in 2024-04-06T03:31:01.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:01 smithi055 ceph-mon[29860]: pgmap v195: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-06T03:31:01.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:01 smithi055 ceph-mon[29860]: osdmap e54: 5 total, 5 up, 5 in 2024-04-06T03:31:02.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:02 smithi186 ceph-mon[31708]: osdmap e55: 5 total, 5 up, 5 in 2024-04-06T03:31:02.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:02 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:02.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:02 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:02.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:02 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi190"}]: dispatch 2024-04-06T03:31:02.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:02 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi190"}]': finished 2024-04-06T03:31:02.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:02 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:02.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:02 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:02.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:02 smithi055 ceph-mon[29860]: osdmap e55: 5 total, 5 up, 5 in 2024-04-06T03:31:02.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:02.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:02.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi190"}]: dispatch 2024-04-06T03:31:02.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi190"}]': finished 2024-04-06T03:31:02.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:02.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:02 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:03.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:03 smithi186 ceph-mon[31708]: Successfully zapped devices for osd.4 on smithi190 2024-04-06T03:31:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:03 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:03 smithi186 ceph-mon[31708]: Removing daemon agent.smithi190 from smithi190 -- ports [] 2024-04-06T03:31:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:03 smithi186 ceph-mon[31708]: pgmap v198: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-06T03:31:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:03 smithi186 ceph-mon[31708]: Removing key for client.agent.smithi190 2024-04-06T03:31:03.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:03 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:31:03.782 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:03 smithi055 ceph-mon[29860]: Successfully zapped devices for osd.4 on smithi190 2024-04-06T03:31:03.782 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:03 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:03.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:03 smithi055 ceph-mon[29860]: Removing daemon agent.smithi190 from smithi190 -- ports [] 2024-04-06T03:31:03.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:03 smithi055 ceph-mon[29860]: pgmap v198: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-06T03:31:03.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:03 smithi055 ceph-mon[29860]: Removing key for client.agent.smithi190 2024-04-06T03:31:03.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:03 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 137 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:04.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:04 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 137 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:05.035 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:04 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.425 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:06 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:06.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:06 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:07.424 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:07 smithi186 ceph-mon[31708]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 137 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-06T03:31:07.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:07 smithi055 ceph-mon[29860]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 137 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-06T03:31:07.879 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:07 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a[29856]: 2024-04-06T03:31:07.550+0000 7f3d26b7e700 -1 mon.a@0(leader).osd e55 definitely_dead 0 2024-04-06T03:31:07.879 INFO:teuthology.orchestra.run.smithi055.stderr:++ ceph orch ps --hostname smithi190 2024-04-06T03:31:08.236 INFO:teuthology.orchestra.run.smithi055.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-06T03:31:08.236 INFO:teuthology.orchestra.run.smithi055.stderr:osd.5 smithi190 running (83s) 4s ago 82s 45.3M 9.84G 19.0.0-2027-g9f192350 a5511c7deba9 84eb1e3ba558 ' 2024-04-06T03:31:08.236 INFO:teuthology.orchestra.run.smithi055.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-06T03:31:08.236 INFO:teuthology.orchestra.run.smithi055.stderr:osd.5 smithi190 running (83s) 4s ago 82s 45.3M 9.84G 19.0.0-2027-g9f192350 a5511c7deba9 84eb1e3ba558 ' '!=' 'No daemons reported' ']' 2024-04-06T03:31:08.236 INFO:teuthology.orchestra.run.smithi055.stderr:+ sleep 15 2024-04-06T03:31:08.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: Detected new or changed devices on smithi190 2024-04-06T03:31:08.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:08.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:31:08.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: Removing smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: Removing smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: Removing smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-06T03:31:08.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:08 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-06T03:31:08.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: Detected new or changed devices on smithi190 2024-04-06T03:31:08.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:08.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: Removing smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: Removing smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: Removing smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-06T03:31:08.676 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:08 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-06T03:31:09.484 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:09 smithi190 systemd[1]: Stopping Ceph osd.5 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:31:09.485 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:09 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5[41024]: 2024-04-06T03:31:09.243+0000 7fca2fedc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -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-06T03:31:09.485 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:09 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5[41024]: 2024-04-06T03:31:09.243+0000 7fca2fedc700 -1 osd.5 56 *** Got signal Terminated *** 2024-04-06T03:31:09.485 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:09 smithi190 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5[41024]: 2024-04-06T03:31:09.243+0000 7fca2fedc700 -1 osd.5 56 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-06T03:31:09.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: osdmap e56: 5 total, 4 up, 5 in 2024-04-06T03:31:09.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:09 smithi186 ceph-mon[31708]: osd.5 marked itself dead as of e56 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-06T03:31:09.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: osdmap e56: 5 total, 4 up, 5 in 2024-04-06T03:31:09.687 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:09 smithi055 ceph-mon[29860]: osd.5 marked itself dead as of e56 2024-04-06T03:31:10.069 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:09 smithi190 podman[47146]: 2024-04-06 03:31:09.764878791 +0000 UTC m=+0.612614228 container died 84eb1e3ba558f5e5ade228242251f51eb8322d8cafd44c7cd9a0a6e4c63f12fc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=squid-9f19235) 2024-04-06T03:31:10.368 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 podman[47146]: 2024-04-06 03:31:10.167926213 +0000 UTC m=+1.015661654 container cleanup 84eb1e3ba558f5e5ade228242251f51eb8322d8cafd44c7cd9a0a6e4c63f12fc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5, RELEASE=squid-9f19235, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, io.buildah.version=1.33.5) 2024-04-06T03:31:10.368 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 bash[47146]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5 2024-04-06T03:31:10.522 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:10 smithi186 ceph-mon[31708]: osd.5 now down 2024-04-06T03:31:10.523 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:10 smithi186 ceph-mon[31708]: Removing daemon osd.5 from smithi190 -- ports [] 2024-04-06T03:31:10.523 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:10 smithi186 ceph-mon[31708]: Monitor daemon marked osd.5 down, but it is still running 2024-04-06T03:31:10.523 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:10 smithi186 ceph-mon[31708]: map e56 wrongly marked me down at e56 2024-04-06T03:31:10.523 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:10 smithi186 ceph-mon[31708]: osdmap e57: 5 total, 4 up, 5 in 2024-04-06T03:31:10.678 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 podman[47161]: 2024-04-06 03:31:10.368667132 +0000 UTC m=+0.600139766 container remove 84eb1e3ba558f5e5ade228242251f51eb8322d8cafd44c7cd9a0a6e4c63f12fc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=squid-9f19235, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-04-06T03:31:10.685 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:10 smithi055 ceph-mon[29860]: osd.5 now down 2024-04-06T03:31:10.685 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:10 smithi055 ceph-mon[29860]: Removing daemon osd.5 from smithi190 -- ports [] 2024-04-06T03:31:10.685 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:10 smithi055 ceph-mon[29860]: Monitor daemon marked osd.5 down, but it is still running 2024-04-06T03:31:10.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:10 smithi055 ceph-mon[29860]: map e56 wrongly marked me down at e56 2024-04-06T03:31:10.686 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:10 smithi055 ceph-mon[29860]: osdmap e57: 5 total, 4 up, 5 in 2024-04-06T03:31:10.940 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 podman[47253]: 2024-04-06 03:31:10.677963514 +0000 UTC m=+0.093729310 container create e54b7942f5cb80d6f286e0f4e83d0caad13d275be4ab9edbbe42978d3ce00602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-9f19235, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-04-06T03:31:10.940 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 podman[47253]: 2024-04-06 03:31:10.601252288 +0000 UTC m=+0.017018044 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:31:10.940 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 podman[47253]: 2024-04-06 03:31:10.863715687 +0000 UTC m=+0.279481443 container init e54b7942f5cb80d6f286e0f4e83d0caad13d275be4ab9edbbe42978d3ce00602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5-deactivate, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-9f19235, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:31:10.940 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 podman[47253]: 2024-04-06 03:31:10.867136186 +0000 UTC m=+0.282901944 container start e54b7942f5cb80d6f286e0f4e83d0caad13d275be4ab9edbbe42978d3ce00602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-9f19235, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True) 2024-04-06T03:31:10.941 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:10 smithi190 podman[47253]: 2024-04-06 03:31:10.94035648 +0000 UTC m=+0.356122256 container attach e54b7942f5cb80d6f286e0f4e83d0caad13d275be4ab9edbbe42978d3ce00602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5-deactivate, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=squid-9f19235, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True) 2024-04-06T03:31:11.234 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:11 smithi190 podman[47253]: 2024-04-06 03:31:11.150147253 +0000 UTC m=+0.565913018 container died e54b7942f5cb80d6f286e0f4e83d0caad13d275be4ab9edbbe42978d3ce00602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=squid-9f19235, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:31:11.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:11 smithi186 ceph-mon[31708]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-06T03:31:11.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:11 smithi055 ceph-mon[29860]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-06T03:31:11.984 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:11 smithi190 podman[47278]: 2024-04-06 03:31:11.709925811 +0000 UTC m=+0.555099134 container remove e54b7942f5cb80d6f286e0f4e83d0caad13d275be4ab9edbbe42978d3ce00602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-5-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-9f19235, GIT_CLEAN=True) 2024-04-06T03:31:11.985 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:11 smithi190 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.5.service: Deactivated successfully. 2024-04-06T03:31:11.985 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:11 smithi190 systemd[1]: Stopped Ceph osd.5 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:31:11.985 INFO:journalctl@ceph.osd.5.smithi190.stdout:Apr 06 03:31:11 smithi190 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.5.service: Consumed 1.919s CPU time. 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: Cluster is now healthy 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-06T03:31:12.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:12 smithi186 ceph-mon[31708]: osdmap e58: 4 total, 4 up, 4 in 2024-04-06T03:31:12.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-06T03:31:12.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-06T03:31:12.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-06T03:31:12.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-06T03:31:12.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-06T03:31:12.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: Cluster is now healthy 2024-04-06T03:31:12.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-06T03:31:12.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:12 smithi055 ceph-mon[29860]: osdmap e58: 4 total, 4 up, 4 in 2024-04-06T03:31:13.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:13 smithi186 ceph-mon[31708]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:31:13.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:13 smithi186 ceph-mon[31708]: Removing key for osd.5 2024-04-06T03:31:13.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:13 smithi186 ceph-mon[31708]: Successfully removed osd.5 on smithi190 2024-04-06T03:31:13.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:13 smithi186 ceph-mon[31708]: Successfully purged osd.5 on smithi190 2024-04-06T03:31:13.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:13 smithi186 ceph-mon[31708]: Zapping devices for osd.5 on smithi190 2024-04-06T03:31:13.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:13 smithi055 ceph-mon[29860]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-06T03:31:13.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:13 smithi055 ceph-mon[29860]: Removing key for osd.5 2024-04-06T03:31:13.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:13 smithi055 ceph-mon[29860]: Successfully removed osd.5 on smithi190 2024-04-06T03:31:13.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:13 smithi055 ceph-mon[29860]: Successfully purged osd.5 on smithi190 2024-04-06T03:31:13.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:13 smithi055 ceph-mon[29860]: Zapping devices for osd.5 on smithi190 2024-04-06T03:31:15.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:15 smithi186 ceph-mon[31708]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:15.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:15 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:15.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:15 smithi055 ceph-mon[29860]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:15.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:15 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:16.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:16 smithi186 ceph-mon[31708]: Successfully zapped devices for osd.5 on smithi190 2024-04-06T03:31:16.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:16 smithi186 ceph-mon[31708]: Reconfiguring mon.a (monmap changed)... 2024-04-06T03:31:16.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:16 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:31:16.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:16 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:31:16.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:16 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:16.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:16 smithi186 ceph-mon[31708]: Reconfiguring daemon mon.a on smithi055 2024-04-06T03:31:16.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:16 smithi055 ceph-mon[29860]: Successfully zapped devices for osd.5 on smithi190 2024-04-06T03:31:16.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:16 smithi055 ceph-mon[29860]: Reconfiguring mon.a (monmap changed)... 2024-04-06T03:31:16.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:16 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:31:16.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:16 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:31:16.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:16 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:16.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:16 smithi055 ceph-mon[29860]: Reconfiguring daemon mon.a on smithi055 2024-04-06T03:31:17.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:17 smithi186 ceph-mon[31708]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:17.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:17.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:17.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:31:17.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:31:17.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:17 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:17.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:17 smithi055 ceph-mon[29860]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:17.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:17.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:17.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:31:17.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:31:17.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:17 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:18.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:18 smithi186 ceph-mon[31708]: Reconfiguring mgr.a (monmap changed)... 2024-04-06T03:31:18.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:18 smithi186 ceph-mon[31708]: Reconfiguring daemon mgr.a on smithi055 2024-04-06T03:31:18.727 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:18 smithi055 ceph-mon[29860]: Reconfiguring mgr.a (monmap changed)... 2024-04-06T03:31:18.727 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:18 smithi055 ceph-mon[29860]: Reconfiguring daemon mgr.a on smithi055 2024-04-06T03:31:19.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:19 smithi186 ceph-mon[31708]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:19.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:19 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:19.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:19 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:19.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:19 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-06T03:31:19.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:19 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:19.680 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:19 smithi055 ceph-mon[29860]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:19.681 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:19 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:19.681 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:19 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:19.681 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:19 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-06T03:31:19.681 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:19 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:20.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:20 smithi186 ceph-mon[31708]: Reconfiguring osd.0 (monmap changed)... 2024-04-06T03:31:20.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:20 smithi186 ceph-mon[31708]: Reconfiguring daemon osd.0 on smithi055 2024-04-06T03:31:20.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:20 smithi055 ceph-mon[29860]: Reconfiguring osd.0 (monmap changed)... 2024-04-06T03:31:20.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:20 smithi055 ceph-mon[29860]: Reconfiguring daemon osd.0 on smithi055 2024-04-06T03:31:21.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:21 smithi186 ceph-mon[31708]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:21.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:21.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:21.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:31:21.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:21 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:21.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:21 smithi055 ceph-mon[29860]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:21.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:21.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:21.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-06T03:31:21.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:21 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:22.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:22 smithi186 ceph-mon[31708]: Reconfiguring osd.1 (monmap changed)... 2024-04-06T03:31:22.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:22 smithi186 ceph-mon[31708]: Reconfiguring daemon osd.1 on smithi055 2024-04-06T03:31:22.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:22.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:22.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:31:22.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:31:22.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:22 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:22.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:22 smithi055 ceph-mon[29860]: Reconfiguring osd.1 (monmap changed)... 2024-04-06T03:31:22.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:22 smithi055 ceph-mon[29860]: Reconfiguring daemon osd.1 on smithi055 2024-04-06T03:31:22.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:22.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:22.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-06T03:31:22.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-06T03:31:22.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:22 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:23.238 INFO:teuthology.orchestra.run.smithi055.stderr:++ ceph orch ps --hostname smithi190 2024-04-06T03:31:23.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:23 smithi055 ceph-mon[29860]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:23.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:23 smithi055 ceph-mon[29860]: Reconfiguring mon.b (monmap changed)... 2024-04-06T03:31:23.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:23 smithi055 ceph-mon[29860]: Reconfiguring daemon mon.b on smithi186 2024-04-06T03:31:23.588 INFO:teuthology.orchestra.run.smithi055.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-06T03:31:23.589 INFO:teuthology.orchestra.run.smithi055.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-06T03:31:23.589 INFO:teuthology.orchestra.run.smithi055.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-06T03:31:23.674 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:23 smithi186 ceph-mon[31708]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:23 smithi186 ceph-mon[31708]: Reconfiguring mon.b (monmap changed)... 2024-04-06T03:31:23.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:23 smithi186 ceph-mon[31708]: Reconfiguring daemon mon.b on smithi186 2024-04-06T03:31:23.921 INFO:teuthology.orchestra.run.smithi055.stderr:17 2024-04-06T03:31:23.931 INFO:teuthology.orchestra.run.smithi055.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-06T03:31:23.945 INFO:teuthology.orchestra.run.smithi055.stderr:++ cat crushmap.txt 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:+ CRUSH_MAP='# begin crush map 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable choose_local_tries 0 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable choose_local_fallback_tries 0 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable choose_total_tries 50 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable chooseleaf_descend_once 1 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable chooseleaf_vary_r 1 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable chooseleaf_stable 1 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable straw_calc_version 1 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:tunable allowed_bucket_algs 54 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:# devices 2024-04-06T03:31:23.947 INFO:teuthology.orchestra.run.smithi055.stderr:device 0 osd.0 class ssd 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:device 1 osd.1 class ssd 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:device 2 osd.2 class ssd 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:device 3 osd.3 class ssd 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:# types 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 0 osd 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 1 host 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 2 chassis 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 3 rack 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 4 row 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 5 pdu 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 6 pod 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 7 room 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 8 datacenter 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 9 zone 2024-04-06T03:31:23.948 INFO:teuthology.orchestra.run.smithi055.stderr:type 10 region 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr:type 11 root 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr:# buckets 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr:host smithi055 { 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: id -3 # do not change unnecessarily 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: id -4 class ssd # do not change unnecessarily 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: # weight 0.17459 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: alg straw2 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: hash 0 # rjenkins1 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.0 weight 0.08730 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.1 weight 0.08730 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr:host smithi186 { 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: id -5 # do not change unnecessarily 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: id -6 class ssd # do not change unnecessarily 2024-04-06T03:31:23.949 INFO:teuthology.orchestra.run.smithi055.stderr: # weight 0.17459 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: alg straw2 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: hash 0 # rjenkins1 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.2 weight 0.08730 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.3 weight 0.08730 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr:host smithi190 { 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: id -7 # do not change unnecessarily 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: id -8 class ssd # do not change unnecessarily 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: # weight 0.00000 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: alg straw2 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: hash 0 # rjenkins1 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr:root default { 2024-04-06T03:31:23.950 INFO:teuthology.orchestra.run.smithi055.stderr: id -1 # do not change unnecessarily 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: id -2 class ssd # do not change unnecessarily 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: # weight 0.34918 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: alg straw2 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: hash 0 # rjenkins1 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: item smithi055 weight 0.17459 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: item smithi186 weight 0.17459 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: item smithi190 weight 0.00000 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr:# rules 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr:rule replicated_rule { 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: id 0 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: type replicated 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: step take default 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: step choose firstn 0 type osd 2024-04-06T03:31:23.951 INFO:teuthology.orchestra.run.smithi055.stderr: step emit 2024-04-06T03:31:23.952 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:23.952 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:23.952 INFO:teuthology.orchestra.run.smithi055.stderr:# end crush map' 2024-04-06T03:31:23.952 INFO:teuthology.orchestra.run.smithi055.stderr:+ grep -q smithi190 2024-04-06T03:31:23.952 INFO:teuthology.orchestra.run.smithi055.stderr:+ ceph orch host rm smithi190 --rm-crush-entry 2024-04-06T03:31:25.071 INFO:teuthology.orchestra.run.smithi055.stdout:Removed host 'smithi190' 2024-04-06T03:31:25.087 INFO:teuthology.orchestra.run.smithi055.stderr:+ sleep 30 2024-04-06T03:31:25.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:31:25.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:25.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: Reconfiguring mgr.b (monmap changed)... 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: Reconfiguring daemon mgr.b on smithi186 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/2449082248' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi190", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:31:25.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:24 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi190"}]: dispatch 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: Reconfiguring mgr.b (monmap changed)... 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: Reconfiguring daemon mgr.b on smithi186 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/2449082248' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-06T03:31:25.101 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.102 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.102 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:25.102 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi190", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-06T03:31:25.102 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:24 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi190"}]: dispatch 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi190"}]': finished 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: osdmap e59: 4 total, 4 up, 4 in 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]: dispatch 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]': finished 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: Removed host smithi190 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.354 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.355 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.355 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: Reconfiguring osd.2 (monmap changed)... 2024-04-06T03:31:26.355 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-06T03:31:26.355 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:26 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:26.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi190"}]': finished 2024-04-06T03:31:26.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: osdmap e59: 4 total, 4 up, 4 in 2024-04-06T03:31:26.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]: dispatch 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]': finished 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: Removed host smithi190 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: Reconfiguring osd.2 (monmap changed)... 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-06T03:31:26.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:26 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:27.623 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:27 smithi055 ceph-mon[29860]: Reconfiguring daemon osd.2 on smithi186 2024-04-06T03:31:27.623 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:27 smithi055 ceph-mon[29860]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:27.623 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:27.623 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:27.623 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-06T03:31:27.623 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:27 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:27.706 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:27 smithi186 ceph-mon[31708]: Reconfiguring daemon osd.2 on smithi186 2024-04-06T03:31:27.706 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:27 smithi186 ceph-mon[31708]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:27.706 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:27.707 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:27.707 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-06T03:31:27.707 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:27 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:28.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:28 smithi055 ceph-mon[29860]: Reconfiguring osd.3 (monmap changed)... 2024-04-06T03:31:28.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:28 smithi055 ceph-mon[29860]: Reconfiguring daemon osd.3 on smithi186 2024-04-06T03:31:28.546 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:28 smithi186 ceph-mon[31708]: Reconfiguring osd.3 (monmap changed)... 2024-04-06T03:31:28.546 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:28 smithi186 ceph-mon[31708]: Reconfiguring daemon osd.3 on smithi186 2024-04-06T03:31:29.610 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:29 smithi186 ceph-mon[31708]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:29.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:29.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:29.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:31:29.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:29.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:31:29.611 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:29 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:29.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:29 smithi055 ceph-mon[29860]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:29.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:29.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:29.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-06T03:31:29.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-06T03:31:29.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-06T03:31:29.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:29 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:30.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:30 smithi055 ceph-mon[29860]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:30.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:30 smithi055 ceph-mon[29860]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-06T03:31:30.867 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:30 smithi186 ceph-mon[31708]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:30.867 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:30 smithi186 ceph-mon[31708]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-06T03:31:32.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:32 smithi055 ceph-mon[29860]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:32.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:32 smithi186 ceph-mon[31708]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:34.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:34 smithi055 ceph-mon[29860]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:34.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:34 smithi186 ceph-mon[31708]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:36.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:36 smithi055 ceph-mon[29860]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:36.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:36 smithi186 ceph-mon[31708]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:38.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:38 smithi055 ceph-mon[29860]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:38.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:38 smithi186 ceph-mon[31708]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:40.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:40 smithi186 ceph-mon[31708]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:40.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:40 smithi055 ceph-mon[29860]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:42.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:42 smithi055 ceph-mon[29860]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:42.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:42 smithi186 ceph-mon[31708]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:43.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:43 smithi055 ceph-mon[29860]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:43.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:43 smithi186 ceph-mon[31708]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:45.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:45.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:45.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:45 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:45.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:45.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:45.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:45 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:46 smithi186 ceph-mon[31708]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:46.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:46 smithi186 ceph-mon[31708]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:46.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:46 smithi055 ceph-mon[29860]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:46.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:46.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:46.786 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:46 smithi055 ceph-mon[29860]: from='mgr.14150 172.21.15.55:0/1705680257' entity='mgr.a' 2024-04-06T03:31:48.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:48 smithi186 ceph-mon[31708]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:48.755 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:48 smithi055 ceph-mon[29860]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:50.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:50 smithi055 ceph-mon[29860]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:50.584 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:50 smithi186 ceph-mon[31708]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:52.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:52 smithi186 ceph-mon[31708]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:52.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:52 smithi055 ceph-mon[29860]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:54.675 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:54 smithi186 ceph-mon[31708]: pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:54.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:54 smithi055 ceph-mon[29860]: pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:55.091 INFO:teuthology.orchestra.run.smithi055.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-06T03:31:55.413 INFO:teuthology.orchestra.run.smithi055.stderr:18 2024-04-06T03:31:55.423 INFO:teuthology.orchestra.run.smithi055.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-06T03:31:55.437 INFO:teuthology.orchestra.run.smithi055.stderr:++ cat crushmap.txt 2024-04-06T03:31:55.438 INFO:teuthology.orchestra.run.smithi055.stderr:+ CRUSH_MAP='# begin crush map 2024-04-06T03:31:55.438 INFO:teuthology.orchestra.run.smithi055.stderr:tunable choose_local_tries 0 2024-04-06T03:31:55.438 INFO:teuthology.orchestra.run.smithi055.stderr:tunable choose_local_fallback_tries 0 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:tunable choose_total_tries 50 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:tunable chooseleaf_descend_once 1 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:tunable chooseleaf_vary_r 1 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:tunable chooseleaf_stable 1 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:tunable straw_calc_version 1 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:tunable allowed_bucket_algs 54 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:# devices 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:device 0 osd.0 class ssd 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:device 1 osd.1 class ssd 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:device 2 osd.2 class ssd 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:device 3 osd.3 class ssd 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:# types 2024-04-06T03:31:55.439 INFO:teuthology.orchestra.run.smithi055.stderr:type 0 osd 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 1 host 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 2 chassis 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 3 rack 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 4 row 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 5 pdu 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 6 pod 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 7 room 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 8 datacenter 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 9 zone 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 10 region 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:type 11 root 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:# buckets 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr:host smithi055 { 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr: id -3 # do not change unnecessarily 2024-04-06T03:31:55.440 INFO:teuthology.orchestra.run.smithi055.stderr: id -4 class ssd # do not change unnecessarily 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: # weight 0.17459 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: alg straw2 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: hash 0 # rjenkins1 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.0 weight 0.08730 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.1 weight 0.08730 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr:host smithi186 { 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: id -5 # do not change unnecessarily 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: id -6 class ssd # do not change unnecessarily 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: # weight 0.17459 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: alg straw2 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: hash 0 # rjenkins1 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.2 weight 0.08730 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr: item osd.3 weight 0.08730 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:55.441 INFO:teuthology.orchestra.run.smithi055.stderr:root default { 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: id -1 # do not change unnecessarily 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: id -2 class ssd # do not change unnecessarily 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: # weight 0.34918 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: alg straw2 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: hash 0 # rjenkins1 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: item smithi055 weight 0.17459 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: item smithi186 weight 0.17459 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr:# rules 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr:rule replicated_rule { 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: id 0 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: type replicated 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: step take default 2024-04-06T03:31:55.442 INFO:teuthology.orchestra.run.smithi055.stderr: step choose firstn 0 type osd 2024-04-06T03:31:55.443 INFO:teuthology.orchestra.run.smithi055.stderr: step emit 2024-04-06T03:31:55.443 INFO:teuthology.orchestra.run.smithi055.stderr:} 2024-04-06T03:31:55.443 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:31:55.443 INFO:teuthology.orchestra.run.smithi055.stderr:# end crush map' 2024-04-06T03:31:55.443 INFO:teuthology.orchestra.run.smithi055.stderr:+ grep -q smithi190 2024-04-06T03:31:55.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:55 smithi055 ceph-mon[29860]: from='client.? 172.21.15.55:0/1528313791' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-06T03:31:55.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:55 smithi186 ceph-mon[31708]: from='client.? 172.21.15.55:0/1528313791' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-06T03:31:56.018 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-06T03:31:56.028 INFO:tasks.cephadm:Teardown begin 2024-04-06T03:31:56.028 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:31:56.060 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:31:56.097 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:31:56.133 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-06T03:31:56.133 DEBUG:teuthology.orchestra.run.smithi055:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-06T03:31:56.148 DEBUG:teuthology.orchestra.run.smithi186:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-06T03:31:56.166 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-06T03:31:56.189 INFO:tasks.cephadm:Stopping all daemons... 2024-04-06T03:31:56.190 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-06T03:31:56.190 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a 2024-04-06T03:31:56.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:56 smithi055 systemd[1]: Stopping Ceph mon.a for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:31:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:56 smithi055 ceph-mon[29860]: pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:56 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a[29856]: 2024-04-06T03:31:56.491+0000 7f3d2c389700 -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-06T03:31:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:56 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a[29856]: 2024-04-06T03:31:56.491+0000 7f3d2c389700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-06T03:31:56.785 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:56 smithi055 podman[53024]: 2024-04-06 03:31:56.583892659 +0000 UTC m=+0.206601715 container died 6ccf6392754d610ccf32a209cb281fa6950b694a0467e6b27e8737e22c18c6fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, RELEASE=squid-9f19235, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-04-06T03:31:56.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:56 smithi186 ceph-mon[31708]: pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-04-06T03:31:57.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:56 smithi055 podman[53024]: 2024-04-06 03:31:56.891650021 +0000 UTC m=+0.514359069 container cleanup 6ccf6392754d610ccf32a209cb281fa6950b694a0467e6b27e8737e22c18c6fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=squid-9f19235, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-04-06T03:31:57.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:Apr 06 03:31:56 smithi055 bash[53024]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-a 2024-04-06T03:31:57.244 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.a.service' 2024-04-06T03:31:57.289 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:31:57.289 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-06T03:31:57.289 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-06T03:31:57.289 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.b 2024-04-06T03:31:57.607 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:57 smithi186 systemd[1]: Stopping Ceph mon.b for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:31:57.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:57 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-b[31704]: 2024-04-06T03:31:57.604+0000 7f2793bd6700 -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-06T03:31:57.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:57 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-b[31704]: 2024-04-06T03:31:57.604+0000 7f2793bd6700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-06T03:31:57.925 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:57 smithi186 podman[44476]: 2024-04-06 03:31:57.6678843 +0000 UTC m=+0.182964946 container died 4e247cebc6702dbaf2ac762dd8aaf37164b2ec733031814426f553f3da30c30b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=squid-9f19235, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240403) 2024-04-06T03:31:58.391 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:58 smithi186 podman[44476]: 2024-04-06 03:31:58.139577094 +0000 UTC m=+0.654657740 container cleanup 4e247cebc6702dbaf2ac762dd8aaf37164b2ec733031814426f553f3da30c30b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-b, ceph=True, RELEASE=squid-9f19235, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-06T03:31:58.391 INFO:journalctl@ceph.mon.b.smithi186.stdout:Apr 06 03:31:58 smithi186 bash[44476]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mon-b 2024-04-06T03:31:58.516 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.b.service' 2024-04-06T03:31:58.564 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:31:58.564 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-06T03:31:58.564 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-06T03:31:58.564 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.c 2024-04-06T03:31:58.609 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mon.c.service' 2024-04-06T03:31:58.700 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:31:58.700 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-06T03:31:58.701 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-06T03:31:58.701 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.a 2024-04-06T03:31:59.021 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:31:58 smithi055 systemd[1]: Stopping Ceph mgr.a for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:31:59.285 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:31:59 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:31:59.019+0000 7f1beacdc700 -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-06T03:31:59.285 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:31:59 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a[30095]: 2024-04-06T03:31:59.019+0000 7f1beacdc700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-06T03:31:59.286 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:31:59 smithi055 podman[53145]: 2024-04-06 03:31:59.052080802 +0000 UTC m=+0.156098194 container died e812142286c22ddc326ed10ca9e83edf1cb86119d13edc3fd9ec0e1b6cae93b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9f19235, io.buildah.version=1.33.5, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0) 2024-04-06T03:31:59.689 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:31:59 smithi055 podman[53145]: 2024-04-06 03:31:59.404102077 +0000 UTC m=+0.508119469 container cleanup e812142286c22ddc326ed10ca9e83edf1cb86119d13edc3fd9ec0e1b6cae93b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9f192350ba5fe6d0a365b251a8c2af61f56a5fa6, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-9f19235, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:31:59.689 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Apr 06 03:31:59 smithi055 bash[53145]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-a 2024-04-06T03:31:59.839 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.a.service' 2024-04-06T03:31:59.875 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:31:59.875 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-06T03:31:59.876 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-06T03:31:59.876 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.b 2024-04-06T03:32:00.175 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:31:59 smithi186 systemd[1]: Stopping Ceph mgr.b for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:32:00.470 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:32:00 smithi186 podman[44596]: 2024-04-06 03:32:00.189558521 +0000 UTC m=+0.126083163 container died e886275ce99f347f9f006b370871723ea229145865338ae80c9477529d488187 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235, org.label-schema.build-date=20240403, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-04-06T03:32:00.845 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:32:00 smithi186 podman[44596]: 2024-04-06 03:32:00.560517771 +0000 UTC m=+0.497042398 container cleanup e886275ce99f347f9f006b370871723ea229145865338ae80c9477529d488187 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, RELEASE=squid-9f19235, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-04-06T03:32:00.845 INFO:journalctl@ceph.mgr.b.smithi186.stdout:Apr 06 03:32:00 smithi186 bash[44596]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-mgr-b 2024-04-06T03:32:00.995 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@mgr.b.service' 2024-04-06T03:32:01.030 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:32:01.031 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-06T03:32:01.031 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-06T03:32:01.031 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.0 2024-04-06T03:32:01.317 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:01 smithi055 systemd[1]: Stopping Ceph osd.0 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:32:01.785 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:01 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0[40505]: 2024-04-06T03:32:01.315+0000 7f391224f700 -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-06T03:32:01.785 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:01 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0[40505]: 2024-04-06T03:32:01.315+0000 7f391224f700 -1 osd.0 59 *** Got signal Terminated *** 2024-04-06T03:32:01.785 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:01 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0[40505]: 2024-04-06T03:32:01.315+0000 7f391224f700 -1 osd.0 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-06T03:32:06.955 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:06 smithi055 podman[53266]: 2024-04-06 03:32:06.656693149 +0000 UTC m=+5.434875011 container stop 1402024440fd0225a7c9aa039f82d2a624bc55fa8b38d34f060255e2df940de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:32:06.955 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:06 smithi055 podman[53266]: 2024-04-06 03:32:06.683970424 +0000 UTC m=+5.462152287 container died 1402024440fd0225a7c9aa039f82d2a624bc55fa8b38d34f060255e2df940de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0, RELEASE=squid-9f19235, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403) 2024-04-06T03:32:07.279 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 podman[53266]: 2024-04-06 03:32:07.119644269 +0000 UTC m=+5.897826120 container cleanup 1402024440fd0225a7c9aa039f82d2a624bc55fa8b38d34f060255e2df940de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:32:07.279 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 bash[53266]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0 2024-04-06T03:32:07.535 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 podman[53614]: 2024-04-06 03:32:07.27931448 +0000 UTC m=+0.616325349 container remove 1402024440fd0225a7c9aa039f82d2a624bc55fa8b38d34f060255e2df940de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-9f19235, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-06T03:32:08.035 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 podman[53704]: 2024-04-06 03:32:07.680222558 +0000 UTC m=+0.104666623 container create 2ecc3993c23a0613713f779fdab7229a32ae2b27db0e0c643d9be934721e1173 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=squid-9f19235, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-04-06T03:32:08.036 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 podman[53704]: 2024-04-06 03:32:07.593249399 +0000 UTC m=+0.017693432 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:32:08.036 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 podman[53704]: 2024-04-06 03:32:07.840631 +0000 UTC m=+0.265075024 container init 2ecc3993c23a0613713f779fdab7229a32ae2b27db0e0c643d9be934721e1173 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True) 2024-04-06T03:32:08.036 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 podman[53704]: 2024-04-06 03:32:07.843781982 +0000 UTC m=+0.268226006 container start 2ecc3993c23a0613713f779fdab7229a32ae2b27db0e0c643d9be934721e1173 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:32:08.036 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:07 smithi055 podman[53704]: 2024-04-06 03:32:07.91563495 +0000 UTC m=+0.340078984 container attach 2ecc3993c23a0613713f779fdab7229a32ae2b27db0e0c643d9be934721e1173 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0-deactivate, GIT_BRANCH=HEAD, RELEASE=squid-9f19235, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-04-06T03:32:08.511 INFO:journalctl@ceph.osd.0.smithi055.stdout:Apr 06 03:32:08 smithi055 podman[53704]: 2024-04-06 03:32:08.22723491 +0000 UTC m=+0.651678925 container died 2ecc3993c23a0613713f779fdab7229a32ae2b27db0e0c643d9be934721e1173 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=squid-9f19235, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-06T03:32:09.462 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.0.service' 2024-04-06T03:32:09.505 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:32:09.505 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-06T03:32:09.505 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-06T03:32:09.506 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.1 2024-04-06T03:32:09.771 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:09 smithi055 systemd[1]: Stopping Ceph osd.1 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:32:10.036 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:09 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1[44226]: 2024-04-06T03:32:09.997+0000 7f6d25827700 -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-06T03:32:10.036 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:09 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1[44226]: 2024-04-06T03:32:09.997+0000 7f6d25827700 -1 osd.1 59 *** Got signal Terminated *** 2024-04-06T03:32:10.036 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:09 smithi055 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1[44226]: 2024-04-06T03:32:09.997+0000 7f6d25827700 -1 osd.1 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-06T03:32:15.727 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:15 smithi055 podman[53872]: 2024-04-06 03:32:15.466158251 +0000 UTC m=+5.563592035 container died 7767964655eb8772c7d97b279260e12db2169eea9f6b0331c95d490e6bc5838d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1, RELEASE=squid-9f19235, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux ) 2024-04-06T03:32:16.035 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:15 smithi055 podman[53872]: 2024-04-06 03:32:15.879021058 +0000 UTC m=+5.976454842 container cleanup 7767964655eb8772c7d97b279260e12db2169eea9f6b0331c95d490e6bc5838d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0) 2024-04-06T03:32:16.035 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:15 smithi055 bash[53872]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1 2024-04-06T03:32:16.411 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:16 smithi055 podman[53940]: 2024-04-06 03:32:16.085694725 +0000 UTC m=+0.615626803 container remove 7767964655eb8772c7d97b279260e12db2169eea9f6b0331c95d490e6bc5838d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, RELEASE=squid-9f19235, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-04-06T03:32:16.680 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:16 smithi055 podman[54032]: 2024-04-06 03:32:16.41138091 +0000 UTC m=+0.106512288 container create 6e1423c989b6ebe3a467ea998920b3981878cc719627d7ea0a7d430515f057d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1-deactivate, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240403, RELEASE=squid-9f19235, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-06T03:32:16.681 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:16 smithi055 podman[54032]: 2024-04-06 03:32:16.322332585 +0000 UTC m=+0.017463990 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:32:16.681 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:16 smithi055 podman[54032]: 2024-04-06 03:32:16.597418987 +0000 UTC m=+0.292550382 container init 6e1423c989b6ebe3a467ea998920b3981878cc719627d7ea0a7d430515f057d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1-deactivate, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235) 2024-04-06T03:32:16.681 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:16 smithi055 podman[54032]: 2024-04-06 03:32:16.600672026 +0000 UTC m=+0.295803410 container start 6e1423c989b6ebe3a467ea998920b3981878cc719627d7ea0a7d430515f057d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1-deactivate, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9f19235, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-04-06T03:32:16.681 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:16 smithi055 podman[54032]: 2024-04-06 03:32:16.680191373 +0000 UTC m=+0.375322765 container attach 6e1423c989b6ebe3a467ea998920b3981878cc719627d7ea0a7d430515f057d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-9f19235, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-04-06T03:32:17.035 INFO:journalctl@ceph.osd.1.smithi055.stdout:Apr 06 03:32:16 smithi055 podman[54032]: 2024-04-06 03:32:16.897701038 +0000 UTC m=+0.592832430 container died 6e1423c989b6ebe3a467ea998920b3981878cc719627d7ea0a7d430515f057d5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-1-deactivate, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=squid-9f19235, ceph=True, CEPH_POINT_RELEASE=) 2024-04-06T03:32:17.487 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.1.service' 2024-04-06T03:32:17.529 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:32:17.530 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-06T03:32:17.530 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-06T03:32:17.530 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.2 2024-04-06T03:32:17.839 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:17 smithi186 systemd[1]: Stopping Ceph osd.2 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:32:18.175 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:17 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2[36839]: 2024-04-06T03:32:17.838+0000 7f17d2009700 -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-06T03:32:18.175 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:17 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2[36839]: 2024-04-06T03:32:17.838+0000 7f17d2009700 -1 osd.2 59 *** Got signal Terminated *** 2024-04-06T03:32:18.175 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:17 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2[36839]: 2024-04-06T03:32:17.838+0000 7f17d2009700 -1 osd.2 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-06T03:32:23.581 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:23 smithi186 podman[45152]: 2024-04-06 03:32:23.278031933 +0000 UTC m=+5.549311711 container died 5f1e20316a301b15438a5c9886c4d9570a93aeb929e4d8cca7a60911267fcb7c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=squid-9f19235, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-04-06T03:32:23.913 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:23 smithi186 podman[45152]: 2024-04-06 03:32:23.671953112 +0000 UTC m=+5.943232886 container cleanup 5f1e20316a301b15438a5c9886c4d9570a93aeb929e4d8cca7a60911267fcb7c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-9f19235, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-04-06T03:32:23.913 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:23 smithi186 bash[45152]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2 2024-04-06T03:32:24.175 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:23 smithi186 podman[45169]: 2024-04-06 03:32:23.912372277 +0000 UTC m=+0.629791863 container remove 5f1e20316a301b15438a5c9886c4d9570a93aeb929e4d8cca7a60911267fcb7c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9f19235, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5) 2024-04-06T03:32:24.518 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:24 smithi186 podman[45258]: 2024-04-06 03:32:24.115914612 +0000 UTC m=+0.017928438 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:32:24.518 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:24 smithi186 podman[45258]: 2024-04-06 03:32:24.232354694 +0000 UTC m=+0.134368506 container create 0f7400770465a0c3169ba106097a58e8a569f3c3c2ddfea25e6baeb7352bec91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=squid-9f19235, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-04-06T03:32:24.518 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:24 smithi186 podman[45258]: 2024-04-06 03:32:24.417913275 +0000 UTC m=+0.319927092 container init 0f7400770465a0c3169ba106097a58e8a569f3c3c2ddfea25e6baeb7352bec91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-04-06T03:32:24.519 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:24 smithi186 podman[45258]: 2024-04-06 03:32:24.420882973 +0000 UTC m=+0.322896789 container start 0f7400770465a0c3169ba106097a58e8a569f3c3c2ddfea25e6baeb7352bec91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2-deactivate, io.buildah.version=1.33.5, 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, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, RELEASE=squid-9f19235) 2024-04-06T03:32:24.519 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:24 smithi186 podman[45258]: 2024-04-06 03:32:24.518058266 +0000 UTC m=+0.420072080 container attach 0f7400770465a0c3169ba106097a58e8a569f3c3c2ddfea25e6baeb7352bec91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=squid-9f19235, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-06T03:32:24.925 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:24 smithi186 podman[45258]: 2024-04-06 03:32:24.720703127 +0000 UTC m=+0.622716934 container died 0f7400770465a0c3169ba106097a58e8a569f3c3c2ddfea25e6baeb7352bec91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2-deactivate, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-04-06T03:32:25.293 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.2.service' 2024-04-06T03:32:25.318 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:25 smithi186 podman[45284]: 2024-04-06 03:32:25.271103602 +0000 UTC m=+0.545403176 container remove 0f7400770465a0c3169ba106097a58e8a569f3c3c2ddfea25e6baeb7352bec91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-2-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True) 2024-04-06T03:32:25.319 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:25 smithi186 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.2.service: Deactivated successfully. 2024-04-06T03:32:25.319 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:25 smithi186 systemd[1]: Stopped Ceph osd.2 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4. 2024-04-06T03:32:25.319 INFO:journalctl@ceph.osd.2.smithi186.stdout:Apr 06 03:32:25 smithi186 systemd[1]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.2.service: Consumed 2.843s CPU time. 2024-04-06T03:32:25.334 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:32:25.334 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-06T03:32:25.334 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-06T03:32:25.334 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.3 2024-04-06T03:32:25.658 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:25 smithi186 systemd[1]: Stopping Ceph osd.3 for 2a35881e-f3c5-11ee-b649-cb9ed24678a4... 2024-04-06T03:32:25.925 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:25 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:32:25.657+0000 7fc0ab0ec700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -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-06T03:32:25.925 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:25 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:32:25.657+0000 7fc0ab0ec700 -1 osd.3 59 *** Got signal Terminated *** 2024-04-06T03:32:25.925 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:25 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:32:25.657+0000 7fc0ab0ec700 -1 osd.3 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-06T03:32:27.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:27 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:32:27.413+0000 7fc0a76e0700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2024-04-06T03:32:05.691352+0000 front 2024-04-06T03:32:05.691367+0000 (oldest deadline 2024-04-06T03:32:26.791331+0000) 2024-04-06T03:32:28.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:28 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:32:28.381+0000 7fc0a76e0700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2024-04-06T03:32:05.691352+0000 front 2024-04-06T03:32:05.691367+0000 (oldest deadline 2024-04-06T03:32:26.791331+0000) 2024-04-06T03:32:29.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:29 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:32:29.396+0000 7fc0a76e0700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2024-04-06T03:32:05.691352+0000 front 2024-04-06T03:32:05.691367+0000 (oldest deadline 2024-04-06T03:32:26.791331+0000) 2024-04-06T03:32:30.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:30 smithi186 ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3[40334]: 2024-04-06T03:32:30.398+0000 7fc0a76e0700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2024-04-06T03:32:05.691352+0000 front 2024-04-06T03:32:05.691367+0000 (oldest deadline 2024-04-06T03:32:26.791331+0000) 2024-04-06T03:32:31.319 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:31 smithi186 podman[45363]: 2024-04-06 03:32:31.029232186 +0000 UTC m=+5.476355691 container died 59daf3edd36a66c1763adaff42c8a2fae6b54a73887078e9518a6a21a6dfe841 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, RELEASE=squid-9f19235, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-04-06T03:32:31.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:31 smithi186 podman[45363]: 2024-04-06 03:32:31.401782904 +0000 UTC m=+5.848906399 container cleanup 59daf3edd36a66c1763adaff42c8a2fae6b54a73887078e9518a6a21a6dfe841 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=squid-9f19235, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True) 2024-04-06T03:32:31.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:31 smithi186 bash[45363]: ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3 2024-04-06T03:32:32.292 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:31 smithi186 podman[45720]: 2024-04-06 03:32:31.996550694 +0000 UTC m=+0.975160614 container remove 59daf3edd36a66c1763adaff42c8a2fae6b54a73887078e9518a6a21a6dfe841 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3, RELEASE=squid-9f19235, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-04-06T03:32:33.088 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:32 smithi186 podman[45847]: 2024-04-06 03:32:32.604698766 +0000 UTC m=+0.021539187 image pull a5511c7deba913038976ce236d2528051568e0aa5cd4df4989ad160a0a4c3880 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c 2024-04-06T03:32:33.088 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:32 smithi186 podman[45847]: 2024-04-06 03:32:32.724940693 +0000 UTC m=+0.141781099 container create 543c074c0572d522617e1b719a46bfb1452d75ea2a150186cb87d16534cf7583 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3-deactivate, RELEASE=squid-9f19235, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403) 2024-04-06T03:32:33.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:33 smithi186 podman[45847]: 2024-04-06 03:32:33.438623368 +0000 UTC m=+0.855463774 container init 543c074c0572d522617e1b719a46bfb1452d75ea2a150186cb87d16534cf7583 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3-deactivate, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-06T03:32:33.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:33 smithi186 podman[45847]: 2024-04-06 03:32:33.442459648 +0000 UTC m=+0.859300059 container start 543c074c0572d522617e1b719a46bfb1452d75ea2a150186cb87d16534cf7583 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3-deactivate, CEPH_POINT_RELEASE=, RELEASE=squid-9f19235, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-06T03:32:33.675 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:33 smithi186 podman[45847]: 2024-04-06 03:32:33.522049529 +0000 UTC m=+0.938889943 container attach 543c074c0572d522617e1b719a46bfb1452d75ea2a150186cb87d16534cf7583 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3-deactivate, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, RELEASE=squid-9f19235, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.schema-version=1.0) 2024-04-06T03:32:34.016 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:33 smithi186 podman[45847]: 2024-04-06 03:32:33.737675408 +0000 UTC m=+1.154515815 container died 543c074c0572d522617e1b719a46bfb1452d75ea2a150186cb87d16534cf7583 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=) 2024-04-06T03:32:34.275 INFO:journalctl@ceph.osd.3.smithi186.stdout:Apr 06 03:32:34 smithi186 podman[45915]: 2024-04-06 03:32:34.25806645 +0000 UTC m=+0.515641864 container remove 543c074c0572d522617e1b719a46bfb1452d75ea2a150186cb87d16534cf7583 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a592ef0f2cc60f3f7bee762d48a80bb237e35213427028fdb29a2b5d27584e3c, name=ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4-osd-3-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=squid-9f19235, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-06T03:32:34.281 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.3.service' 2024-04-06T03:32:34.321 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:32:34.321 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-06T03:32:34.321 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-06T03:32:34.321 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.4 2024-04-06T03:32:34.367 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.4.service' 2024-04-06T03:32:34.404 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:32:34.404 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-06T03:32:34.404 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-06T03:32:34.404 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.5 2024-04-06T03:32:34.484 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2a35881e-f3c5-11ee-b649-cb9ed24678a4@osd.5.service' 2024-04-06T03:32:34.560 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:32:34.560 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-06T03:32:34.560 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 --force --keep-logs 2024-04-06T03:32:34.761 INFO:teuthology.orchestra.run.smithi055.stdout:Deleting cluster with fsid: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:32:36.152 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 --force --keep-logs 2024-04-06T03:32:36.345 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:32:37.729 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 --force --keep-logs 2024-04-06T03:32:37.918 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:32:38.359 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:32:38.393 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:32:38.424 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-06T03:32:38.452 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-06T03:32:38.454 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi055/crash 2024-04-06T03:32:38.455 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash -- . 2024-04-06T03:32:38.494 INFO:teuthology.orchestra.run.smithi055.stderr:tar: /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-06T03:32:38.494 INFO:teuthology.orchestra.run.smithi055.stderr:tar: Error is not recoverable: exiting now 2024-04-06T03:32:38.496 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi186/crash 2024-04-06T03:32:38.497 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash -- . 2024-04-06T03:32:38.547 INFO:teuthology.orchestra.run.smithi186.stderr:tar: /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-06T03:32:38.547 INFO:teuthology.orchestra.run.smithi186.stderr:tar: Error is not recoverable: exiting now 2024-04-06T03:32:38.549 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi190/crash 2024-04-06T03:32:38.550 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash -- . 2024-04-06T03:32:38.588 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-06T03:32:38.589 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2024-04-06T03:32:38.590 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-06T03:32:38.590 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-06T03:32:38.622 INFO:teuthology.orchestra.run.smithi055.stdout:2024-04-06T03:30:00.000251+0000 mon.a (mon.0) 764 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-06T03:32:38.622 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-06T03:32:38.622 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[SEC\]' /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-06T03:32:38.692 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]' /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-06T03:32:38.762 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[WRN\]' /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-06T03:32:38.831 INFO:teuthology.orchestra.run.smithi055.stdout:2024-04-06T03:30:00.000251+0000 mon.a (mon.0) 764 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-06T03:32:38.831 INFO:tasks.cephadm:Compressing logs... 2024-04-06T03:32:38.831 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:32:38.873 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:32:38.875 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:32:38.897 INFO:teuthology.orchestra.run.smithi055.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-06T03:32:38.897 INFO:teuthology.orchestra.run.smithi055.stderr:: No such file or directory 2024-04-06T03:32:38.897 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.a.log 2024-04-06T03:32:38.898 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log 2024-04-06T03:32:38.899 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mgr.a.log 2024-04-06T03:32:38.899 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.1.log 2024-04-06T03:32:38.899 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.0.log 2024-04-06T03:32:38.899 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mgr.a.log: /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log 2024-04-06T03:32:38.900 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log 2024-04-06T03:32:38.900 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log 2024-04-06T03:32:38.900 INFO:teuthology.orchestra.run.smithi055.stderr: 82.7% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-06T03:32:38.900 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log: 90.2% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log.gz 2024-04-06T03:32:38.901 INFO:teuthology.orchestra.run.smithi186.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log: No such file or directory 2024-04-06T03:32:38.901 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:32:38.901 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log 2024-04-06T03:32:38.901 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.3.log 2024-04-06T03:32:38.901 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log 2024-04-06T03:32:38.901 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log 2024-04-06T03:32:38.903 INFO:teuthology.orchestra.run.smithi055.stderr: 86.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-06T03:32:38.903 INFO:teuthology.orchestra.run.smithi055.stderr: 85.6% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log.gz 2024-04-06T03:32:38.905 INFO:teuthology.orchestra.run.smithi186.stderr:gzip/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log: -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.2.log 2024-04-06T03:32:38.905 INFO:teuthology.orchestra.run.smithi186.stderr: 83.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-06T03:32:38.905 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log: gzip -5 --verbose -- 82.0% /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mgr.b.log 2024-04-06T03:32:38.905 INFO:teuthology.orchestra.run.smithi186.stderr: -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-06T03:32:38.905 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log 2024-04-06T03:32:38.906 INFO:teuthology.orchestra.run.smithi186.stderr: 90.3% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log.gz 2024-04-06T03:32:38.906 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.b.log 2024-04-06T03:32:38.906 INFO:teuthology.orchestra.run.smithi186.stderr: 85.4% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log.gz 2024-04-06T03:32:38.906 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log: /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mgr.b.log.gz 2024-04-06T03:32:38.906 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr: /var/log/ceph/cephadm.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.4.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.5.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.5.log: /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr: 80.1% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr: 90.4% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.audit.log.gz 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.c.log 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr: 83.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-06T03:32:38.907 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log: /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.c.log: 85.1% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph.log.gz 2024-04-06T03:32:38.915 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log: 91.3% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log.gz 2024-04-06T03:32:38.915 INFO:teuthology.orchestra.run.smithi190.stderr: 91.4% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log.gz 2024-04-06T03:32:38.917 INFO:teuthology.orchestra.run.smithi186.stderr: 91.4% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-volume.log.gz 2024-04-06T03:32:38.935 INFO:teuthology.orchestra.run.smithi190.stderr: 92.8% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.4.log.gz 2024-04-06T03:32:38.936 INFO:teuthology.orchestra.run.smithi190.stderr: 92.7% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.5.log.gz 2024-04-06T03:32:38.949 INFO:teuthology.orchestra.run.smithi186.stderr: 92.9% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.3.log.gz 2024-04-06T03:32:38.956 INFO:teuthology.orchestra.run.smithi055.stderr: 93.4% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.1.log.gz 2024-04-06T03:32:38.958 INFO:teuthology.orchestra.run.smithi190.stderr: 92.5% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.c.log.gz 2024-04-06T03:32:38.960 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-06T03:32:38.960 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m0.071s 2024-04-06T03:32:38.960 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m0.142s 2024-04-06T03:32:38.960 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m0.024s 2024-04-06T03:32:38.964 INFO:teuthology.orchestra.run.smithi055.stderr: 93.2% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.0.log.gz 2024-04-06T03:32:38.982 INFO:teuthology.orchestra.run.smithi055.stderr: 88.3% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mgr.a.log.gz 2024-04-06T03:32:38.999 INFO:teuthology.orchestra.run.smithi186.stderr: 93.5% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-osd.2.log.gz 2024-04-06T03:32:39.003 INFO:teuthology.orchestra.run.smithi186.stderr: 92.2% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.b.log.gz 2024-04-06T03:32:39.005 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-06T03:32:39.005 INFO:teuthology.orchestra.run.smithi186.stderr:real 0m0.117s 2024-04-06T03:32:39.006 INFO:teuthology.orchestra.run.smithi186.stderr:user 0m0.264s 2024-04-06T03:32:39.006 INFO:teuthology.orchestra.run.smithi186.stderr:sys 0m0.034s 2024-04-06T03:32:39.152 INFO:teuthology.orchestra.run.smithi055.stderr: 91.2% -- replaced with /var/log/ceph/2a35881e-f3c5-11ee-b649-cb9ed24678a4/ceph-mon.a.log.gz 2024-04-06T03:32:39.154 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-06T03:32:39.154 INFO:teuthology.orchestra.run.smithi055.stderr:real 0m0.269s 2024-04-06T03:32:39.154 INFO:teuthology.orchestra.run.smithi055.stderr:user 0m0.480s 2024-04-06T03:32:39.154 INFO:teuthology.orchestra.run.smithi055.stderr:sys 0m0.033s 2024-04-06T03:32:39.154 INFO:tasks.cephadm:Archiving logs... 2024-04-06T03:32:39.155 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi055/log 2024-04-06T03:32:39.156 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-06T03:32:39.316 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi186/log 2024-04-06T03:32:39.317 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-06T03:32:39.384 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi190/log 2024-04-06T03:32:39.385 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-06T03:32:39.435 INFO:tasks.cephadm:Removing cluster... 2024-04-06T03:32:39.435 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 --force 2024-04-06T03:32:39.618 INFO:teuthology.orchestra.run.smithi055.stdout:Deleting cluster with fsid: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:32:39.876 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 --force 2024-04-06T03:32:40.057 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:32:40.313 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2a35881e-f3c5-11ee-b649-cb9ed24678a4 --force 2024-04-06T03:32:40.501 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: 2a35881e-f3c5-11ee-b649-cb9ed24678a4 2024-04-06T03:32:40.745 INFO:tasks.cephadm:Removing cephadm ... 2024-04-06T03:32:40.745 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-06T03:32:40.764 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-06T03:32:40.779 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-06T03:32:40.794 INFO:tasks.cephadm:Teardown complete 2024-04-06T03:32:40.795 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-06T03:32:40.810 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-06T03:32:40.810 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-06T03:32:40.813 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-06T03:32:40.822 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-06T03:32:40.934 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-06T03:32:40.947 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-06T03:32:40.947 DEBUG:teuthology.orchestra.run.smithi055:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-06T03:32:40.950 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-06T03:32:40.952 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-06T03:32:40.963 INFO:teuthology.orchestra.run.smithi186.stderr:bash: line 1: ntpq: command not found 2024-04-06T03:32:40.964 INFO:teuthology.orchestra.run.smithi055.stderr:bash: line 1: ntpq: command not found 2024-04-06T03:32:40.966 INFO:teuthology.orchestra.run.smithi190.stderr:bash: line 1: ntpq: command not found 2024-04-06T03:32:40.968 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-06T03:32:40.968 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-04-06T03:32:40.968 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 34 -455us[ -443us] +/- 82ms 2024-04-06T03:32:40.968 INFO:teuthology.orchestra.run.smithi186.stdout:^* hv02.front.sepia.ceph.com 3 6 377 33 -122us[ -110us] +/- 59ms 2024-04-06T03:32:40.968 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +585us[ +597us] +/- 75ms 2024-04-06T03:32:40.968 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:32:40.969 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-06T03:32:40.969 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2024-04-06T03:32:40.970 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 34 -453us[ -453us] +/- 82ms 2024-04-06T03:32:40.970 INFO:teuthology.orchestra.run.smithi055.stdout:^* hv02.front.sepia.ceph.com 3 6 377 35 -125us[ -122us] +/- 59ms 2024-04-06T03:32:40.970 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 +592us[ +592us] +/- 75ms 2024-04-06T03:32:40.970 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:32:40.971 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-06T03:32:40.971 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-04-06T03:32:40.971 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 35 -449us[ -440us] +/- 82ms 2024-04-06T03:32:40.971 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv02.front.sepia.ceph.com 3 6 377 34 -128us[ -118us] +/- 59ms 2024-04-06T03:32:40.971 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +582us[ +592us] +/- 75ms 2024-04-06T03:32:40.971 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-06T03:32:40.971 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-06T03:32:40.979 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-06T03:32:40.979 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-06T03:32:40.998 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:32:41.087 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:32:41.155 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:32:41.223 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:32:41.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:32:41.255 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:32:41.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:32:41.285 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:32:41.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:32:41.314 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-06T03:32:41.323 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-06T03:32:41.348 INFO:teuthology.task.internal:Duration was 971.275703 seconds 2024-04-06T03:32:41.348 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-06T03:32:41.381 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-06T03:32:41.382 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-06T03:32:41.384 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-06T03:32:41.386 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-06T03:32:41.427 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-06T03:32:41.428 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-06T03:32:41.428 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-06T03:32:41.711 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-06T03:32:41.711 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2024-04-06T03:32:41.711 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:32:41.733 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2024-04-06T03:32:41.733 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:32:41.779 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2024-04-06T03:32:41.779 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:32:41.803 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-06T03:32:41.803 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-06T03:32:41.805 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-06T03:32:41.821 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-06T03:32:41.870 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-06T03:32:41.870 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-06T03:32:41.874 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-06T03:32:41.889 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-06T03:32:42.066 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-06T03:32:42.075 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-06T03:32:42.076 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-06T03:32:42.102 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-06T03:32:42.128 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-06T03:32:42.155 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-06T03:32:42.165 DEBUG:teuthology.orchestra.run.smithi055:> 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-06T03:32:42.167 DEBUG:teuthology.orchestra.run.smithi186:> 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-06T03:32:42.171 DEBUG:teuthology.orchestra.run.smithi190:> 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-06T03:32:42.190 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2024-04-06T03:32:42.193 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2024-04-06T03:32:42.220 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2024-04-06T03:32:42.246 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-06T03:32:42.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:32:42.270 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-06T03:32:42.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:32:42.284 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-06T03:32:42.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:32:42.299 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-06T03:32:42.309 INFO:teuthology.task.internal:Transferring archived files... 2024-04-06T03:32:42.310 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi055 2024-04-06T03:32:42.311 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-06T03:32:42.350 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi186 2024-04-06T03:32:42.350 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-06T03:32:42.387 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928/remote/smithi190 2024-04-06T03:32:42.387 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-06T03:32:42.424 INFO:teuthology.task.internal:Removing archive directory... 2024-04-06T03:32:42.424 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-06T03:32:42.427 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-06T03:32:42.429 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-06T03:32:42.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-06T03:32:42.486 INFO:teuthology.task.internal:Not uploading archives. 2024-04-06T03:32:42.487 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-06T03:32:42.530 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-06T03:32:42.531 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-06T03:32:42.533 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-06T03:32:42.535 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-06T03:32:42.544 INFO:teuthology.orchestra.run.smithi055.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 6 03:32 /home/ubuntu/cephtest 2024-04-06T03:32:42.547 INFO:teuthology.orchestra.run.smithi186.stdout: 265319 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 6 03:32 /home/ubuntu/cephtest 2024-04-06T03:32:42.549 INFO:teuthology.orchestra.run.smithi190.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 6 03:32 /home/ubuntu/cephtest 2024-04-06T03:32:42.550 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-06T03:32:42.560 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-06T03:32:42.625 INFO:teuthology.nuke:Checking targets against current locks 2024-04-06T03:32:42.654 DEBUG:teuthology.nuke:shortname: smithi055 2024-04-06T03:32:42.655 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-06T03:32:42.679 DEBUG:teuthology.nuke:shortname: smithi186 2024-04-06T03:32:42.680 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-06T03:32:42.684 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928', '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-06 03:06:45.221270', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLIPs2Jj1sxPZrueokiaUWyBBltAbAu4SfYMghLh0ZGHLvJuM7THk5/e5KQwrEem9OCrjDm21nAH7tkUhhDtHe8='} 2024-04-06T03:32:42.703 DEBUG:teuthology.nuke:shortname: smithi190 2024-04-06T03:32:42.703 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-06T03:32:42.706 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928', '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-06 03:06:45.218578', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBExAyYWgKTL0NUWGLRvlRU4lrJKrin7kaYeFNUru6X5doumCL8oS0kMLU0445AA9TCgWQ8DafwHEUVr2vKWXYC4='} 2024-04-06T03:32:42.721 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641928', '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-06 03:06:45.220009', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHc9XtrEvsxKRtcC5ls3FxU0suWE8QBUnM1FalE0sBo6YQfYldfvjC8Dsx2PZf5JvFpGO6EH+Hc+3YF4lNyEiI='} 2024-04-06T03:32:42.738 INFO:teuthology.orchestra.console.smithi055:Power off 2024-04-06T03:32:42.738 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-06T03:32:42.761 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2024-04-06T03:32:42.762 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:42.779 INFO:teuthology.orchestra.console.smithi190:Power off 2024-04-06T03:32:42.779 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-06T03:32:42.792 INFO:teuthology.orchestra.console.smithi186:Power off 2024-04-06T03:32:42.792 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-06T03:32:42.802 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-04-06T03:32:42.802 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2024-04-06T03:32:42.802 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:42.815 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2024-04-06T03:32:42.816 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:42.825 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-06T03:32:42.838 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-06T03:32:46.803 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:46.826 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:46.839 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:46.914 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-04-06T03:32:46.936 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-06T03:32:46.949 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-06T03:32:50.919 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:50.936 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:50.950 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:51.029 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2024-04-06T03:32:51.046 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-06T03:32:51.060 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2024-04-06T03:32:51.130 INFO:teuthology.orchestra.console.smithi055:Power off completed 2024-04-06T03:32:51.161 INFO:teuthology.orchestra.console.smithi186:Power off completed 2024-04-06T03:32:55.051 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:32:55.160 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2024-04-06T03:32:55.260 INFO:teuthology.orchestra.console.smithi190:Power off completed 2024-04-06T03:32:55.364 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 971.2757029533386 failure_reason: '"2024-04-06T03:30:00.000251+0000 mon.a (mon.0) 764 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-04-06T03:32:55.364 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-06T03:32:55.441 INFO:teuthology.run:FAIL